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

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