Skip to content

Commit

Permalink
geoclue: select avahi-daemon if nmea enabled
Browse files Browse the repository at this point in the history
geoclue serivce rely on avahi-daemon, so enable it by default.

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Chenxi Mao authored and kraj committed Jun 12, 2020
1 parent 332b5df commit 9239584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PACKAGECONFIG ??= "3g modem-gps cdma nmea lib"
PACKAGECONFIG[3g] = "-D3g-source=true,-D3g-source=false,modemmanager"
PACKAGECONFIG[modem-gps] = "-Dmodem-gps-source=true,-Dmodem-gps-source=false,modemmanager"
PACKAGECONFIG[cdma] = "-Dcdma-source=true,-Dcdma-source=false,modemmanager"
PACKAGECONFIG[nmea] = "-Dnmea-source=true,-Dnmea-source=false,avahi"
PACKAGECONFIG[nmea] = "-Dnmea-source=true,-Dnmea-source=false,avahi,avahi-daemon"
PACKAGECONFIG[lib] = "-Dlibgeoclue=true,-Dlibgeoclue=false,gobject-introspection"

GTKDOC_MESON_OPTION = "gtk-doc"
Expand Down

0 comments on commit 9239584

Please sign in to comment.