summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb')
-rw-r--r--meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb
index 2628b7710..9fcd1e6f1 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb
@@ -22,18 +22,18 @@ S = "${WORKDIR}/git"
22# Without this line, package is declared a library and named libgeoclue* 22# Without this line, package is declared a library and named libgeoclue*
23AUTO_LIBNAME_PKGS = "" 23AUTO_LIBNAME_PKGS = ""
24 24
25PACKAGECONFIG ??= "3g modem-gps cdma nmea lib" 25PACKAGECONFIG ??= "3g modem-gps cdma nmea lib agent"
26PACKAGECONFIG[3g] = "-D3g-source=true,-D3g-source=false,modemmanager" 26PACKAGECONFIG[3g] = "-D3g-source=true,-D3g-source=false,modemmanager"
27PACKAGECONFIG[modem-gps] = "-Dmodem-gps-source=true,-Dmodem-gps-source=false,modemmanager" 27PACKAGECONFIG[modem-gps] = "-Dmodem-gps-source=true,-Dmodem-gps-source=false,modemmanager"
28PACKAGECONFIG[cdma] = "-Dcdma-source=true,-Dcdma-source=false,modemmanager" 28PACKAGECONFIG[cdma] = "-Dcdma-source=true,-Dcdma-source=false,modemmanager"
29PACKAGECONFIG[nmea] = "-Dnmea-source=true,-Dnmea-source=false,avahi,avahi-daemon" 29PACKAGECONFIG[nmea] = "-Dnmea-source=true,-Dnmea-source=false,avahi,avahi-daemon"
30PACKAGECONFIG[lib] = "-Dlibgeoclue=true,-Dlibgeoclue=false" 30PACKAGECONFIG[lib] = "-Dlibgeoclue=true,-Dlibgeoclue=false"
31PACKAGECONFIG[agent] = "-Ddemo-agent=true,-Ddemo-agent=false,libnotify"
31 32
32GTKDOC_MESON_OPTION = "gtk-doc" 33GTKDOC_MESON_OPTION = "gtk-doc"
33 34
34EXTRA_OEMESON += " \ 35EXTRA_OEMESON += " \
35 -Ddbus-sys-dir=${sysconfdir}/dbus-1/system.d \ 36 -Ddbus-sys-dir=${sysconfdir}/dbus-1/system.d \
36 -Ddemo-agent=false \
37" 37"
38 38
39USERADD_PACKAGES = "${PN}" 39USERADD_PACKAGES = "${PN}"