Skip to content

Commit 45a281f

Browse files
authored
Merge pull request #79 from ened/patch-1
Add libinput to cmake check
2 parents eeac7a9 + ed58aca commit 45a281f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ pkg_check_modules(EGL REQUIRED egl)
102102
pkg_check_modules(LIBSYSTEMD REQUIRED libsystemd)
103103
pkg_check_modules(LIBUDEV libudev)
104104
pkg_check_modules(GPIOD libgpiod)
105+
pkg_check_modules(LIBINPUT libinput)
105106

106107
set(FLUTTER_PI_SRC
107108
src/flutter-pi.c

0 commit comments

Comments
 (0)