blob: 932f1a6d62cf9809ffb47203a5966f82e7175e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
inherit gpe pkgconfig
LICENSE = "GPL"
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"
|