detect-stylus_svn.bb: install and package detect-tsdevice
[vuplus_openembedded] / packages / detect-stylus / detect-stylus_svn.bb
1 DESCRIPTION = "Touchscreen detection utility"
2 SECTION = "gpe"
3 LICENSE = "GPL"
4 DEPENDS = "virtual/libx11 xcursor-transparent-theme xrdb"
5 RDEPENDS = "xrdb"
6 PV = "0.13+svnr${SRCREV}"
7 PR = "r0"
8
9 inherit gpe pkgconfig
10
11 SRC_URI = "${GPE_SVN} \
12            file://detect-stylus-svn-build.patch;patch=1 \
13            file://install-detect-tsdevice.patch;patch=1"
14
15 S = "${WORKDIR}/${PN}"
16
17 export CVSBUILD="no"
18
19 DEFAULT_PREFERENCE = "-1"
20
21 PACKAGES =+ "detect-tsdevice"
22
23 FILES_detect-tsdevice = "${bindir}/detect-tsdevice"
24