From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../xorg-driver/xf86-input-libinput_0.29.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.29.0.bb (limited to 'external/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.29.0.bb') diff --git a/external/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.29.0.bb b/external/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.29.0.bb new file mode 100644 index 00000000..f87083e5 --- /dev/null +++ b/external/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.29.0.bb @@ -0,0 +1,11 @@ +require xorg-driver-input.inc + +SUMMARY = "Generic input driver for the X.Org server based on libinput" +LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" + +DEPENDS += "libinput" + +SRC_URI[md5sum] = "d600e8e2e30747b8ce49ec5294ff0ab6" +SRC_URI[sha256sum] = "c28b56a21754b972db31798e6a4cf4dc9d69208d08f8fe41701a94def5e94bee" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" -- cgit 1.2.3-korg