geoclue: don't build panelapplet to prevent pulling in half of gnome
authorKoen Kooi <koen@openembedded.org>
Thu, 22 Mar 2007 07:56:54 +0000 (07:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 22 Mar 2007 07:56:54 +0000 (07:56 +0000)
packages/geoclue/geoclue_svn.bb

index f0d8bc1..4237d1e 100644 (file)
@@ -1,9 +1,10 @@
 DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
 HOMEPAGE = "http://live.gnome.org/GeoClue"
 
-DEPENDS = "gpsd gnome-panel libsoup dbus-glib"
+DEPENDS = "gpsd libsoup dbus-glib"
 
 PV = "0.0+svn${SRCDATE}"
+PR = "r1"
 
 inherit autotools pkgconfig
 
@@ -11,6 +12,9 @@ SRC_URI = "svn://svn.foinse-project.org/geoclue;module=trunk;proto=http"
 
 S = "${WORKDIR}/trunk"
 
+
+EXTRA_OECONF = "--disable-panel-applet"
+
 do_install_append() {
        mkdir -p ${D}/usr/share/
        cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share