[oe-commits] [meta-openembedded] 15/16: libwacom: initial add 0.33

git at git.openembedded.org git at git.openembedded.org
Thu Nov 14 22:35:08 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit d06631b06eb1fa02abff3e1e0073a0c1ed1f18ea
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Thu Nov 14 20:49:29 2019 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-gnome/recipes-support/libwacom/libwacom_0.33.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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 0000000..6fb3b82
--- /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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list