From a8e7c5b415b99973c39a7ddd57cae45695fb0119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 6 Dec 2016 01:19:21 +0100 Subject: libsdl2: fix build on wayland(-dev)less hosts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add sysroot prefix to wayland core protocols * do not use pkg-config to find wayland-scanner Signed-off-by: Andreas Müller Signed-off-by: Ross Burton --- meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb') diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb index 22003bdceb..44842f8a01 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb @@ -18,6 +18,7 @@ SRC_URI = " \ http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ file://linkage.patch \ file://0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch \ + file://0002-Avoid-finding-build-host-s-wayland-scanner.patch \ " S = "${WORKDIR}/SDL2-${PV}" -- cgit v1.2.3