diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-21 14:09:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-21 14:09:59 +0000 |
commit | 89b449d695f15f46f4c733dcd2202575c92ade73 (patch) | |
tree | 2c6ca39ddf4ba40a8e332362f271f5b16559fde1 | |
parent | 5152cd3c9348eb5c748ff135b5afff55ef08dee5 (diff) |
geoclue: enable system bus and gpsd
-rw-r--r-- | packages/geoclue/geoclue_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/geoclue/geoclue_git.bb b/packages/geoclue/geoclue_git.bb index 515cfdab1c..bd6778213a 100644 --- a/packages/geoclue/geoclue_git.bb +++ b/packages/geoclue/geoclue_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://live.gnome.org/GeoClue" DEPENDS = "libgpsmgr libgpsbt gtk+ gpsd libxml2 gconf-dbus libsoup dbus-glib" PV = "0.0+git${SRCDATE}" -PR = "r0" +PR = "r1" PE = "1" inherit autotools pkgconfig @@ -16,7 +16,9 @@ S = "${WORKDIR}/git" LDFLAGS_append = " -lgthread-2.0 " -EXTRA_OECONF = " --enable-applet=no " +EXTRA_OECONF = " --enable-applet=no \ + --enable-gpsd \ + --enable-system-bus" do_install_append() { mkdir -p ${D}/usr/share/ |