diff options
-rw-r--r-- | meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb index 7e92965cc..64c8a5d5d 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | |||
@@ -24,3 +24,9 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', | |||
24 | PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" | 24 | PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" |
25 | PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" | 25 | PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" |
26 | PACKAGECONFIG[libvncserver] = "--with-system-libvncserver,--without-system-libvncserver,libvncserver" | 26 | PACKAGECONFIG[libvncserver] = "--with-system-libvncserver,--without-system-libvncserver,libvncserver" |
27 | |||
28 | do_prepare_sources () { | ||
29 | # Remove old libtool macros from acinclude.m4 | ||
30 | sed -i -e '/^# libtool.m4/q' acinclude.m4 | ||
31 | } | ||
32 | do_patch[postfuncs] += "do_prepare_sources" | ||