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:
6b8c562
)
add dependency on xpm - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 2 May 2004 09:48:36 +0000
(09:48 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 2 May 2004 09:48:36 +0000
(09:48 +0000)
BKrev: 4094c3f4UGPhf6R-DsoMjybWKc8B1A
xkbd/xkbd-cvs.oe
patch
|
blob
|
history
diff --git
a/xkbd/xkbd-cvs.oe
b/xkbd/xkbd-cvs.oe
index
e69de29
..
9ae4370
100644
(file)
--- a/
xkbd/xkbd-cvs.oe
+++ b/
xkbd/xkbd-cvs.oe
@@
-0,0
+1,16
@@
+PV = "0.0cvs${CVSDATE}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/xkbd"
+
+SECTION = "x11"
+DEPENDS = "xtst xft xpm"
+PROVIDES = xkbd
+
+inherit autotools pkgconfig libtool
+S = ${WORKDIR}/xkbd
+
+FILES_${PN} = "${bindir} ${datadir}/xkbd ${datadir}/pixmaps ${datadir}/applications"
+
+do_configure_prepend() {
+ ./autoconfigure.sh
+}
+