xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/libwacom/libwacom_2.2.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "A tablet description library"
2*4882a593SmuzhiyunDESCRIPTION = "libwacom is a library to identify Wacom tablets and their model-specific features. \
3*4882a593Smuzhiyun               It provides easy access to information such as 'is this a built-in on-screen tablet\', \
4*4882a593Smuzhiyun               'what is the size of this model', etc."
5*4882a593SmuzhiyunHOMEPAGE = "https://github.com/linuxwacom/libwacom"
6*4882a593SmuzhiyunBUGTRACKER = "https://github.com/linuxwacom/libwacom/issues"
7*4882a593SmuzhiyunLICENSE = "MIT"
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
11*4882a593SmuzhiyunSRCREV = "be485deca03157b0dbd702c7acaf35b71378be9e"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunDEPENDS = " \
14*4882a593Smuzhiyun    libxml2-native \
15*4882a593Smuzhiyun    libgudev \
16*4882a593Smuzhiyun"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunS = "${WORKDIR}/git"
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuninherit meson pkgconfig
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunEXTRA_OEMESON = " \
23*4882a593Smuzhiyun    -Dtests=disabled \
24*4882a593Smuzhiyun"
25