summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/libwacom/libwacom_0.33.bb14
-rw-r--r--meta-gnome/recipes-support/libwacom/libwacom_1.12.bb24
2 files changed, 24 insertions, 14 deletions
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
deleted file mode 100644
index 5db78b7cf7..0000000000
--- a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "A tablet description library"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
4
5DEPENDS = " \
6 libxml2-native \
7 libgudev \
8"
9
10inherit autotools pkgconfig
11
12SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
13SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
14S = "${WORKDIR}/git"
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb b/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb
new file mode 100644
index 0000000000..d35bbaacbf
--- /dev/null
+++ b/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb
@@ -0,0 +1,24 @@
1SUMMARY = "A tablet description library"
2DESCRIPTION = "libwacom is a library to identify Wacom tablets and their model-specific features. \
3 It provides easy access to information such as 'is this a built-in on-screen tablet\', \
4 'what is the size of this model', etc."
5HOMEPAGE = "https://github.com/linuxwacom/libwacom"
6BUGTRACKER = "https://github.com/linuxwacom/libwacom/issues"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
9
10SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
11SRCREV = "942628be9faffa96ae1068833eccb00a1bfe4578"
12
13DEPENDS = " \
14 libxml2-native \
15 libgudev \
16"
17
18S = "${WORKDIR}/git"
19
20inherit meson pkgconfig
21
22EXTRA_OEMESON = " \
23 -Dtests=disabled \
24"