mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
x11vnc: remove old libtool macros from acinclude.m4
These can cause build problems. We only want macros in acinclude.m4 which aren't available for aclocal to get elsewhere. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a3d4309fac
commit
f6db87726d
@@ -24,3 +24,9 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi',
|
|||||||
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|
||||||
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
|
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
|
||||||
PACKAGECONFIG[libvncserver] = "--with-system-libvncserver,--without-system-libvncserver,libvncserver"
|
PACKAGECONFIG[libvncserver] = "--with-system-libvncserver,--without-system-libvncserver,libvncserver"
|
||||||
|
|
||||||
|
do_prepare_sources () {
|
||||||
|
# Remove old libtool macros from acinclude.m4
|
||||||
|
sed -i -e '/^# libtool.m4/q' acinclude.m4
|
||||||
|
}
|
||||||
|
do_patch[postfuncs] += "do_prepare_sources"
|
||||||
|
|||||||
Reference in New Issue
Block a user