aboutsummaryrefslogtreecommitdiffstats
path: root/packages/detect-stylus/detect-stylus_0.13.bb
blob: 58ab038e46d7e95de7dbdd186b811d6679e583fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
inherit gpe pkgconfig
LICENSE = "GPL"

FILE_PR = "r2"

DEPENDS = "virtual/libx11 xcursor-transparent-theme xrdb"
SECTION = "gpe"
RDEPENDS = "xrdb"

DESCRIPTION = "Touchscreen detection utility"

SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
           file://access.patch;patch=1;pnum=0 \
	   file://extra-device-check.patch;patch=1 \
	   file://correct-theme-name.patch;patch=1"

export CVSBUILD="no"