From ff83da526f97c508820e64636dc8d7f52906eb87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Thu, 28 Aug 2014 15:54:44 +0200 Subject: [PATCH] meta-tizen: weston-ivi-shell: remove hack MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I75cebbfd4e8e9aa9051d2ca336c09d6f734cc649 (From meta-tizen rev: 514d7e5b512131250f6cd676963ecab6b332caf1) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- .../weston-ivi-shell/weston-ivi-shell-extraconf.inc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/meta-tizen/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc b/meta-tizen/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc index 9bc9bb7..17994b7 100644 --- a/meta-tizen/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc +++ b/meta-tizen/recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc @@ -1,15 +1,6 @@ do_configure_prepend() { # pkg-config check for wayland scanner even though it is present and wayland-scanner.pc seems ok. - # Workaround: remove pkg-config check for wayland-scanner. - # Bug-Tizen: BTY-31 (https://bugs.tizen.org/jira/browse/BTY-31) sed -i 's/PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner)//' configure.ac - - # Replaces "#include " with "#include " since compositor.h is located in src/ not in weston/ - sed -i 's@#include @#include @g' ivi-shell/ivi-layout.h - sed -i 's@#include @#include @g' ivi-shell/ivi-layout-export.h - sed -i 's@#include @#include @g' ivi-shell/ivi-layout-private.h - sed -i 's@#include @#include @g' ivi-shell/ivi-layout.c - sed -i 's@#include @#include @g' ivi-shell/ivi-shell.h } PACKAGES += " weston-ivi-shell-clients-dbg " -- 2.7.4