git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d88fe2
)
detect-stylus: add xrdb to DEPENDS; add corresponding RDEPENDS
author
Rene Wagner
<rw@handhelds.org>
Sun, 15 Aug 2004 12:01:53 +0000
(12:01 +0000)
committer
Rene Wagner
<rw@handhelds.org>
Sun, 15 Aug 2004 12:01:53 +0000
(12:01 +0000)
BKrev: 411f50b1kuu31sI44nAacsblQMQh8A
detect-stylus/detect-stylus_0.10.oe
patch
|
blob
|
history
diff --git
a/detect-stylus/detect-stylus_0.10.oe
b/detect-stylus/detect-stylus_0.10.oe
index
e69de29
..
88e3ab1
100644
(file)
--- 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