From a29e93a4905e0f08cee88f65d5e966ca12e0026d Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 14 Nov 2019 20:49:29 +0100 Subject: libwacom: initial add 0.33 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * it is a dependency for upcoming gnome-settings-daemon * there are later versions of libwacom availabvle but due to genaration of udev-rule at build time these versions open nasty native dependencies: libgudev-native -> udev-native Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-support/libwacom/libwacom_0.33.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-gnome/recipes-support/libwacom/libwacom_0.33.bb diff --git a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb new file mode 100644 index 0000000000..6fb3b82ef1 --- /dev/null +++ b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb @@ -0,0 +1,14 @@ +SUMMARY = "A tablet description library" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" + +DEPENDS = " \ + libxml2-native \ + libgudev \ +" + +inherit autotools pkgconfig + +SRC_URI = "git://github.com/linuxwacom/libwacom.git" +SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf