matchbox-keyboard: fix up .bb a bit and use --disable-cairo per mallums suggestion
authorKoen Kooi <koen@openembedded.org>
Thu, 27 Oct 2005 17:44:44 +0000 (17:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 27 Oct 2005 17:44:44 +0000 (17:44 +0000)
packages/matchbox-keyboard/matchbox-keyboard_svn.bb

index d45b016..7a7795a 100644 (file)
@@ -1,9 +1,10 @@
-DESCRIPTION = "Matchbox keyboard"
+DESCRIPTION = "Matchbox virtual keyboard for X11"
 LICENSE = "GPL"
 DEPENDS = "libfakekey expat libxft"
-SECTION = "x11/wm"
+SECTION = "x11"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
 PV = "0.0+svn${CVSDATE}"
-PR="r1"
+PR="r2"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
 
@@ -12,6 +13,8 @@ S = ${WORKDIR}/${PN}
 
 inherit autotools pkgconfig gettext
 
+EXTRA_OECONF = "--disable-cairo"
+
 FILES_${PN} = "${bindir} \
               ${datadir}/applications \
               ${datadir}/pixmaps \