blob: c82d05dbb13cc99fcd86a8dbb84db2d884222bd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
inherit gpe pkgconfig
PR = "r2"
DEPENDS = "x11 xcursor-transparent-theme xrdb"
SECTION = "gpe"
RDEPENDS = "xrdb"
DESCRIPTION = "Touchscreen detection utility"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
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
|