mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
280045cc66
commit
7f88c9bf53
@@ -20,3 +20,4 @@ inherit autotools
|
|||||||
|
|
||||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
|
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
|
||||||
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|
||||||
|
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
|
||||||
|
|||||||
Reference in New Issue
Block a user