diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-12 18:43:58 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 08:09:25 -0800 |
commit | 358aa6d24236003cb5ac98b95ad007f1e427b5f8 (patch) | |
tree | 7957213316775eabe4e73f05d7740c809eb49f01 /meta-gnome/recipes-support | |
parent | 36494c63d80a834c1399ae83ed20e976d49014ba (diff) | |
download | meta-openembedded-358aa6d24236003cb5ac98b95ad007f1e427b5f8.tar.gz |
libwacom: update to 1.12
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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.bb | 14 | ||||
-rw-r--r-- | meta-gnome/recipes-support/libwacom/libwacom_1.12.bb | 24 |
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 5db78b7cf..000000000 --- a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
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;branch=master;protocol=https" | ||
13 | SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" | ||
14 | S = "${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 000000000..d35bbaacb --- /dev/null +++ b/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "A tablet description library" | ||
2 | DESCRIPTION = "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." | ||
5 | HOMEPAGE = "https://github.com/linuxwacom/libwacom" | ||
6 | BUGTRACKER = "https://github.com/linuxwacom/libwacom/issues" | ||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" | ||
9 | |||
10 | SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" | ||
11 | SRCREV = "942628be9faffa96ae1068833eccb00a1bfe4578" | ||
12 | |||
13 | DEPENDS = " \ | ||
14 | libxml2-native \ | ||
15 | libgudev \ | ||
16 | " | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit meson pkgconfig | ||
21 | |||
22 | EXTRA_OEMESON = " \ | ||
23 | -Dtests=disabled \ | ||
24 | " | ||