[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2657/8267] libinput: fix udevdir



commit 20d355b2ff10dfcadf3f4f120406d78657e97736
Author: Robert Yang <liezhi yang windriver com>
Date:   Wed Jul 20 23:36:47 2016 -0700

    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>

 meta/recipes-graphics/wayland/libinput_1.4.1.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-graphics/wayland/libinput_1.4.1.bb b/meta/recipes-graphics/wayland/libinput_1.4.1.bb
index c3905f3..3580392 100644
--- a/meta/recipes-graphics/wayland/libinput_1.4.1.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.4.1.bb
@@ -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}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]