diff options
-rw-r--r-- | meta-gnome/recipes-support/libwacom/libwacom_0.33.bb | 14 |
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 @@ | |||
1 | SUMMARY = "A tablet description library" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" | ||
4 | |||
5 | DEPENDS = " \ | ||
6 | libxml2-native \ | ||
7 | libgudev \ | ||
8 | " | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | SRC_URI = "git://github.com/linuxwacom/libwacom.git" | ||
13 | SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" | ||
14 | S = "${WORKDIR}/git" | ||