base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / detect-stylus / detect-stylus_svn.bb
blobff580800207e86cd86ff0cddcf24d2f25fd7a4c0
1 DESCRIPTION = "Touchscreen detection utility"
2 SECTION = "gpe"
3 LICENSE = "GPL"
4 DEPENDS = "virtual/libx11 xcursor-transparent-theme xrdb"
5 RDEPENDS_${PN} = "xrdb"
6 PV = "0.13+svnr${SRCPV}"
7 PR = "r1"
9 inherit gpe pkgconfig
11 SRC_URI = "${GPE_SVN} \
12 file://detect-stylus-svn-build.patch \
13 file://install-detect-tsdevice.patch"
15 S = "${WORKDIR}/${PN}"
17 export CVSBUILD="no"
19 DEFAULT_PREFERENCE = "-1"
21 PACKAGES =+ "detect-tsdevice"
23 FILES_detect-tsdevice = "${bindir}/detect-tsdevice"