weston-ivi-shell: remove hack 71/26771/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 28 Aug 2014 13:54:44 +0000 (15:54 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 28 Aug 2014 13:54:44 +0000 (15:54 +0200)
Change-Id: I75cebbfd4e8e9aa9051d2ca336c09d6f734cc649
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/weston-ivi-shell/weston-ivi-shell-extraconf.inc

index 9bc9bb7..17994b7 100644 (file)
@@ -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 <weston/compositor.h>" with "#include <compositor.h>" since compositor.h is located in src/ not in weston/
-    sed -i 's@#include <weston/compositor.h>@#include <compositor.h>@g' ivi-shell/ivi-layout.h
-    sed -i 's@#include <weston/compositor.h>@#include <compositor.h>@g' ivi-shell/ivi-layout-export.h
-    sed -i 's@#include <weston/compositor.h>@#include <compositor.h>@g' ivi-shell/ivi-layout-private.h
-    sed -i 's@#include <weston/compositor.h>@#include <compositor.h>@g' ivi-shell/ivi-layout.c
-    sed -i 's@#include <weston/compositor.h>@#include <compositor.h>@g' ivi-shell/ivi-shell.h
 }
 
 PACKAGES += " weston-ivi-shell-clients-dbg "