mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
libwacom: initial add 0.33
* it is a dependency for upcoming gnome-settings-daemon * there are later versions of libwacom availabvle but due to genaration of udev-rule at build time these versions open nasty native dependencies: libgudev-native -> udev-native Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
baee55d350
commit
a29e93a490
14
meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
Normal file
14
meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
SUMMARY = "A tablet description library"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
libxml2-native \
|
||||||
|
libgudev \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/linuxwacom/libwacom.git"
|
||||||
|
SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
Loading…
Reference in New Issue
Block a user