]> code.ossystems Code Review - openembedded-core.git/commitdiff
x11vnc: Add PACKAGECONFIG for xinerama
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 5 Oct 2013 12:23:07 +0000 (14:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Oct 2013 08:49:11 +0000 (09:49 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb

index 24c42d131d52be08f4984f0c8c5c941f519ab589..7b3501d9a1e105655cd445db8c2dc75635c5b4f6 100644 (file)
@@ -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"