summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb')
-rw-r--r--meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
index 9785a162e0..3d98172442 100644
--- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
+++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
@@ -18,6 +18,6 @@ DEPENDS = "openssl virtual/libx11 libxext jpeg zlib libxfixes libxrandr libxdama
18 18
19inherit autotools-brokensep 19inherit autotools-brokensep
20 20
21PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" 21PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
22PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" 22PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
23PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" 23PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"