diff options
-rw-r--r-- | meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 4 |
1 files changed, 4 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 b047bc4628..774d2c9cb6 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | |||
@@ -32,3 +32,7 @@ do_prepare_sources () { | |||
32 | sed -i -e '/^# libtool.m4/q' ${S}/acinclude.m4 | 32 | sed -i -e '/^# libtool.m4/q' ${S}/acinclude.m4 |
33 | } | 33 | } |
34 | do_patch[postfuncs] += "do_prepare_sources" | 34 | do_patch[postfuncs] += "do_prepare_sources" |
35 | |||
36 | do_install_append() { | ||
37 | rm -rf ${D}/usr/include/rfb | ||
38 | } | ||