mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
Use libudev for enumerating input devices.
This commit is contained in:
parent
94448c0ad7
commit
890bc05763
2 changed files with 70 additions and 34 deletions
|
|
@ -5,7 +5,7 @@ PKG_PROG_PKG_CONFIG()
|
|||
PKG_CHECK_MODULES(FFI, [libffi])
|
||||
PKG_CHECK_MODULES(LIBDRM, [libdrm])
|
||||
|
||||
PKG_CHECK_MODULES(EGL_COMPOSITOR, [eagle libpng cairo gdk-pixbuf-2.0])
|
||||
PKG_CHECK_MODULES(EGL_COMPOSITOR, [eagle libpng cairo gdk-pixbuf-2.0 libudev])
|
||||
PKG_CHECK_MODULES(GL_COMPOSITOR, [gl x11])
|
||||
PKG_CHECK_MODULES(CLIENT, [eagle cairo glib-2.0])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue