aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-11-14 20:49:29 +0100
committerKhem Raj <raj.khem@gmail.com>2019-11-14 20:02:48 -0800
commita29e93a4905e0f08cee88f65d5e966ca12e0026d (patch)
treeced92044e92733bdee145b15a4e856d78cfb71b0 /meta-gnome/recipes-support
parentbaee55d3502d275eeb6a6235a0157bb109b6e248 (diff)
downloadmeta-openembedded-a29e93a4905e0f08cee88f65d5e966ca12e0026d.tar.gz
libwacom: initial add 0.33
* 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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support')
-rw-r--r--meta-gnome/recipes-support/libwacom/libwacom_0.33.bb14
1 files changed, 14 insertions, 0 deletions
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"