summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/libinput_1.9.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_1.9.4.bb')
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.9.4.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.9.4.bb b/meta/recipes-graphics/wayland/libinput_1.9.4.bb
new file mode 100644
index 0000000000..2843314ad7
--- /dev/null
+++ b/meta/recipes-graphics/wayland/libinput_1.9.4.bb
@@ -0,0 +1,28 @@
1SUMMARY = "Library to handle input devices in Wayland compositors"
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
3SECTION = "libs"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2184aef38ff137ed33ce9a63b9d1eb8f"
7
8DEPENDS = "libevdev udev mtdev"
9
10SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
11 "
12SRC_URI[md5sum] = "8b43d07d1698fb207a0492fc67554d4f"
13SRC_URI[sha256sum] = "0bcdbd4c4e3c2a2db322fbdf2ef3284f2e6d6fb7be3af80e6d8de7783f675190"
14
15inherit meson pkgconfig lib_package
16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
19PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
20
21UDEVDIR = "`pkg-config --variable=udevdir udev`"
22
23EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} -Ddocumentation=false -Dtests=false"
24
25# package name changed in 1.8.1 upgrade: make sure package upgrades work
26RPROVIDES_${PN} = "libinput"
27RREPLACES_${PN} = "libinput"
28RCONFLICTS_${PN} = "libinput"