summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb')
-rw-r--r--meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb2
1 files changed, 1 insertions, 1 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 98a0734bd..b047bc462 100644
--- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
+++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
@@ -29,6 +29,6 @@ PACKAGECONFIG[libvncserver] = "--with-system-libvncserver,--without-system-libvn
29 29
30do_prepare_sources () { 30do_prepare_sources () {
31 # Remove old libtool macros from acinclude.m4 31 # Remove old libtool macros from acinclude.m4
32 sed -i -e '/^# libtool.m4/q' acinclude.m4 32 sed -i -e '/^# libtool.m4/q' ${S}/acinclude.m4
33} 33}
34do_patch[postfuncs] += "do_prepare_sources" 34do_patch[postfuncs] += "do_prepare_sources"