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