mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libinput: fix udevdir
* Use "pkg-config --variable=udevdir udev" to fix udevdir, otherwise it
would use ${libdir}/udev which is incorrect for systemd's udev.
(From OE-Core rev: bcd93a4ad1188bb15db00727d5d03548d687a7a3)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
544241e125
commit
20d355b2ff
@@ -20,4 +20,6 @@ PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind"
|
||||
PACKAGECONFIG[libwacom] = "--enable-libwacom,--disable-libwacom,libwacom"
|
||||
PACKAGECONFIG[gui] = "--enable-event-gui,--disable-event-gui,cairo gtk+3"
|
||||
|
||||
FILES_${PN} += "${libdir}/udev/"
|
||||
UDEVDIR = "`pkg-config --variable=udevdir udev`"
|
||||
|
||||
EXTRA_OECONF += "--with-udev-dir=${UDEVDIR}"
|
||||
|
||||
Reference in New Issue
Block a user