diff options
Diffstat (limited to 'meta/recipes-support/libproxy')
-rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.4.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/meta/recipes-support/libproxy/libproxy_0.4.11.bb index a5238573e7..11a23b143f 100644 --- a/meta/recipes-support/libproxy/libproxy_0.4.11.bb +++ b/meta/recipes-support/libproxy/libproxy_0.4.11.bb | |||
@@ -19,9 +19,11 @@ inherit cmake pkgconfig | |||
19 | 19 | ||
20 | PACKAGECONFIG ?= " \ | 20 | PACKAGECONFIG ?= " \ |
21 | ${@ '' if incompatible_license_contains('GPLv3', 'x', '', d) == 'x' or bb.utils.contains('DISTRO_FEATURES', 'x11', 'x', '', d) == '' else 'gnome' } \ | 21 | ${@ '' if incompatible_license_contains('GPLv3', 'x', '', d) == 'x' or bb.utils.contains('DISTRO_FEATURES', 'x11', 'x', '', d) == '' else 'gnome' } \ |
22 | gnome3 \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | PACKAGECONFIG[gnome] = "-DWITH_GNOME=yes,-DWITH_GNOME=no,gconf" | 25 | PACKAGECONFIG[gnome] = "-DWITH_GNOME=yes,-DWITH_GNOME=no,gconf" |
26 | PACKAGECONFIG[gnome3] = "-DWITH_GNOME3=yes,-DWITH_GNOME3=no" | ||
25 | 27 | ||
26 | EXTRA_OECMAKE += " \ | 28 | EXTRA_OECMAKE += " \ |
27 | -DWITH_KDE4=no \ | 29 | -DWITH_KDE4=no \ |