From: Michael Lauer Date: Sun, 2 May 2004 09:48:36 +0000 (+0000) Subject: add dependency on xpm - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19409 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb0741bfdedd1d1a2c9d5bd710f52f3d341c688;p=openembedded.git add dependency on xpm - patch courtesy pb_. BKrev: 4094c3f4UGPhf6R-DsoMjybWKc8B1A --- diff --git a/xkbd/xkbd-cvs.oe b/xkbd/xkbd-cvs.oe index e69de29bb2..9ae4370489 100644 --- 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 +} +