From: Martin Jansa Date: Sat, 5 Oct 2013 12:23:07 +0000 (+0200) Subject: x11vnc: Add PACKAGECONFIG for xinerama X-Git-Tag: 2015-4~4983 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e67c37b5a4b7da42f55534e1911a06c9b1c13854;p=openembedded-core.git x11vnc: Add PACKAGECONFIG for xinerama Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb index 24c42d131d..7b3501d9a1 100644 --- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb +++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb @@ -20,3 +20,4 @@ inherit autotools PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" +PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"