add dependency on xpm - patch courtesy pb_.
authorMichael Lauer <mickey@vanille-media.de>
Sun, 2 May 2004 09:48:36 +0000 (09:48 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 2 May 2004 09:48:36 +0000 (09:48 +0000)
BKrev: 4094c3f4UGPhf6R-DsoMjybWKc8B1A

xkbd/xkbd-cvs.oe

index e69de29..9ae4370 100644 (file)
@@ -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
+}
+