mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
a3d4309fac
commit
f6db87726d
@ -24,3 +24,9 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi',
|
||||
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|
||||
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
|
||||
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user