blob: 8b95e1f65d451b78242eca2fbe07be71e6a4990c (
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${SRCPV}"
PR = "r0"
inherit gpe pkgconfig
SRC_URI = "${GPE_SVN} \
file://detect-stylus-svn-build.patch;apply=yes \
file://install-detect-tsdevice.patch;apply=yes"
S = "${WORKDIR}/${PN}"
export CVSBUILD="no"
DEFAULT_PREFERENCE = "-1"
PACKAGES =+ "detect-tsdevice"
FILES_detect-tsdevice = "${bindir}/detect-tsdevice"
|