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