aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11vnc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-10-05 14:23:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-06 09:49:11 +0100
commite67c37b5a4b7da42f55534e1911a06c9b1c13854 (patch)
tree4bf9bc321e8c28e611802e44297e15d725657d70 /meta/recipes-graphics/x11vnc
parent68309428b853acad39b50877091edfad7754d50c (diff)
downloadopenembedded-core-contrib-e67c37b5a4b7da42f55534e1911a06c9b1c13854.tar.gz
x11vnc: Add PACKAGECONFIG for xinerama
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11vnc')
-rw-r--r--meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb1
1 files changed, 1 insertions, 0 deletions
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"