diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-22 07:56:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-22 07:56:54 +0000 |
commit | 09c298cf5a0e286d9a8630445d215680b455d95c (patch) | |
tree | adf0705320ff077e6d999d4e93fdb0c6daace5bb /packages/geoclue | |
parent | aae9de2a89a3b6464ba893df30e711b574aa1467 (diff) |
geoclue: don't build panelapplet to prevent pulling in half of gnome
Diffstat (limited to 'packages/geoclue')
-rw-r--r-- | packages/geoclue/geoclue_svn.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/geoclue/geoclue_svn.bb b/packages/geoclue/geoclue_svn.bb index f0d8bc16d8..4237d1ebe6 100644 --- a/packages/geoclue/geoclue_svn.bb +++ b/packages/geoclue/geoclue_svn.bb @@ -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 |