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-06 09:49:11 +0100 |
commit | e67c37b5a4b7da42f55534e1911a06c9b1c13854 (patch) | |
tree | 4bf9bc321e8c28e611802e44297e15d725657d70 /meta | |
parent | 68309428b853acad39b50877091edfad7754d50c (diff) | |
download | openembedded-core-e67c37b5a4b7da42f55534e1911a06c9b1c13854.tar.gz openembedded-core-e67c37b5a4b7da42f55534e1911a06c9b1c13854.tar.bz2 openembedded-core-e67c37b5a4b7da42f55534e1911a06c9b1c13854.zip |
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')
-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 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" +PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" |