diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:23:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 09:37:33 +0100 |
commit | 7f88c9bf5331bf79a858161ac3bd1d4d5ca96a0e (patch) | |
tree | ff67ba9e527e3645d6f5a185a96a83741edd1245 /meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | |
parent | 280045cc666a6a0402381fe0d3032810ec078bc0 (diff) | |
download | poky-7f88c9bf5331bf79a858161ac3bd1d4d5ca96a0e.tar.gz |
x11vnc: Add PACKAGECONFIG for xinerama
(From OE-Core rev: e67c37b5a4b7da42f55534e1911a06c9b1c13854)
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/x11vnc_0.9.13.bb')
-rw-r--r-- | meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 1 |
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 | |||
20 | 20 | ||
21 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" | 21 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" |
22 | PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" | 22 | PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" |
23 | PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" | ||