blob: d4cec0efd7783a42271b2e328fabfb1170b42c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
inherit gpe pkgconfig
LICENSE = "GPL"
PR = "r2"
DEPENDS = "x11 xrdb xcursor-transparent-theme"
RDEPENDS = "xrdb xcursor-transparent-theme"
SECTION = "gpe"
DESCRIPTION = "Touchscreen detection utility"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
export CVSBUILD="no"
|