From b6bf122a16c5a016bb28d79a046431a2c17f200e Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 5 Sep 2014 14:42:56 +0200 Subject: [PATCH] fix weston-ivi-shell build Change-Id: I0ae0cf2072abaf2a597573c58cb3d669f733bf6f Signed-off-by: Ronan Le Martret --- recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc b/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc index 6d31f03..5365601 100644 --- a/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc +++ b/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc @@ -42,4 +42,14 @@ do_install_append() { rm -fr ${D}/usr/include/weston/zalloc.h rm -fr ${D}/usr/include/weston/version.h rm -fr ${D}/usr/include/weston/matrix.h + rm -fr ${D}/usr/share/weston/sign_close.png + rm -fr ${D}/usr/share/weston/sign_minimize.png + rm -fr ${D}/usr/share/weston/sign_maximize.png + rm -fr ${D}/usr/share/weston/terminal.png + rm -fr ${D}/usr/share/weston/icon_window.png + rm -fr ${D}/usr/share/weston/pattern.png + rm -fr ${D}/usr/share/weston/border.png + rm -fr ${D}/usr/lib/weston/gl-renderer.so + rm -fr ${D}/usr/share/weston/wayland.svg + rm -fr ${D}/usr/lib/pkgconfig/weston.pc } \ No newline at end of file -- 2.7.4