diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-15 12:01:53 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-15 12:01:53 +0000 |
commit | f5fbb73a2dec5ef9e884b41f9ac4ea1362d83f15 (patch) | |
tree | 0044e323ad18ff6282e0244749d5b2d8d97ab9c9 /detect-stylus/detect-stylus_0.10.oe | |
parent | 6d88fe2c06790a07a4149e1591aa767e1fd7afb6 (diff) |
detect-stylus: add xrdb to DEPENDS; add corresponding RDEPENDS
BKrev: 411f50b1kuu31sI44nAacsblQMQh8A
Diffstat (limited to 'detect-stylus/detect-stylus_0.10.oe')
-rw-r--r-- | detect-stylus/detect-stylus_0.10.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/detect-stylus/detect-stylus_0.10.oe b/detect-stylus/detect-stylus_0.10.oe index e69de29bb2..88e3ab10df 100644 --- a/detect-stylus/detect-stylus_0.10.oe +++ b/detect-stylus/detect-stylus_0.10.oe @@ -0,0 +1,14 @@ +inherit gpe pkgconfig + +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 |