diff options
Diffstat (limited to 'meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb')
-rw-r--r-- | meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb new file mode 100644 index 000000000..d96026241 --- /dev/null +++ b/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.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 = "cb36c462763a321454d5c08fe974a3d7dec4ed1a" | ||
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 | " | ||