diff options
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb index cb5d696ce2..357173210e 100644 --- a/meta/recipes-devtools/distcc/distcc_3.1.bb +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb | |||
@@ -11,8 +11,10 @@ DEPENDS = "avahi" | |||
11 | GTKCONFIG = "gtk" | 11 | GTKCONFIG = "gtk" |
12 | GTKCONFIG_libc-uclibc = "" | 12 | GTKCONFIG_libc-uclibc = "" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', '${GTKCONFIG}', '', d)}" | 14 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', '${GTKCONFIG}', '', d)} popt" |
15 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" | 15 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" |
16 | # use system popt by default | ||
17 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" | ||
16 | 18 | ||
17 | RRECOMMENDS_${PN} = "avahi-daemon" | 19 | RRECOMMENDS_${PN} = "avahi-daemon" |
18 | 20 | ||