blob: 41d8c624241d329540ee9b21bd1c4e1eb0167828 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "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"
Andrew Geissler615f2f12022-07-15 14:00:58 -050011SRCREV = "b88053851ef81694b9e3927e0857f0f02ff9a8a8"
Andrew Geissler9aee5002022-03-30 16:27:02 +000012
13DEPENDS = " \
14 libxml2-native \
15 libgudev \
16"
17
18S = "${WORKDIR}/git"
19
20inherit meson pkgconfig
21
22EXTRA_OEMESON = " \
23 -Dtests=disabled \
24"