aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/detect-stylus/detect-stylus_svn.bb
blob: 3208fef55129a3b289074ffd5714c6b5791cb8e2 (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_${PN} = "xrdb"
PV = "0.13+svnr${SRCPV}"
PR = "r0"

inherit gpe pkgconfig

SRC_URI = "${GPE_SVN} \
           file://detect-stylus-svn-build.patch \
           file://install-detect-tsdevice.patch"

S = "${WORKDIR}/${PN}"

export CVSBUILD="no"

DEFAULT_PREFERENCE = "-1"

PACKAGES =+ "detect-tsdevice"

FILES_detect-tsdevice = "${bindir}/detect-tsdevice"