Skip to content

Commit 816f4cb

Browse files
sapiippokraj
authored andcommitted
geoclue: enable demo agent
Add PACKAGECONFIG for enabling the default authorization agent. Signed-off-by: Samuli Piippo <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 039f2df commit 816f4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ S = "${WORKDIR}/git"
2222
# Without this line, package is declared a library and named libgeoclue*
2323
AUTO_LIBNAME_PKGS = ""
2424

25-
PACKAGECONFIG ??= "3g modem-gps cdma nmea lib"
25+
PACKAGECONFIG ??= "3g modem-gps cdma nmea lib agent"
2626
PACKAGECONFIG[3g] = "-D3g-source=true,-D3g-source=false,modemmanager"
2727
PACKAGECONFIG[modem-gps] = "-Dmodem-gps-source=true,-Dmodem-gps-source=false,modemmanager"
2828
PACKAGECONFIG[cdma] = "-Dcdma-source=true,-Dcdma-source=false,modemmanager"
2929
PACKAGECONFIG[nmea] = "-Dnmea-source=true,-Dnmea-source=false,avahi,avahi-daemon"
3030
PACKAGECONFIG[lib] = "-Dlibgeoclue=true,-Dlibgeoclue=false"
31+
PACKAGECONFIG[agent] = "-Ddemo-agent=true,-Ddemo-agent=false,libnotify"
3132

3233
GTKDOC_MESON_OPTION = "gtk-doc"
3334

3435
EXTRA_OEMESON += " \
3536
-Ddbus-sys-dir=${sysconfdir}/dbus-1/system.d \
36-
-Ddemo-agent=false \
3737
"
3838

3939
USERADD_PACKAGES = "${PN}"

0 commit comments

Comments
 (0)