From 7f88c9bf5331bf79a858161ac3bd1d4d5ca96a0e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 5 Oct 2013 14:23:07 +0200 Subject: x11vnc: Add PACKAGECONFIG for xinerama (From OE-Core rev: e67c37b5a4b7da42f55534e1911a06c9b1c13854) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3-54-g00ecf