]> code.ossystems Code Review - openembedded-core.git/blob
efc84188f3116c0cadc18e1902afed4335d576d6
[openembedded-core.git] /
1 From b44808e43130dcd13b43e5b978b9b24aeb4c134c Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3 Date: Thu, 20 Oct 2016 14:57:51 +0200
4 Subject: [PATCH] prepend our sysroot path so that make finds our
5  wayland-protocol files
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 Upstream-Status: Inappropriate [embedded specific]
11
12 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
13 ---
14  configure.in | 4 +-
15  1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/configure.in b/configure.in
18 index 726ded3..3376600 100644
19 --- a/configure.in
20 +++ b/configure.in
21 @@ -1206,7 +1206,7 @@ AC_HELP_STRING([--enable-video-wayland-qt-touch], [QtWayland server support for
22                  WAYLAND_CFLAGS=`$PKG_CONFIG --cflags wayland-client wayland-egl wayland-cursor xkbcommon`
23                  WAYLAND_LIBS=`$PKG_CONFIG --libs wayland-client wayland-egl wayland-cursor xkbcommon`
24                  WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
25 -                WAYLAND_CORE_PROTOCOL_DIR=`$PKG_CONFIG --variable=pkgdatadir wayland-client`
26 -                WAYLAND_PROTOCOLS_DIR=`$PKG_CONFIG --variable=pkgdatadir wayland-protocols`
27 +                WAYLAND_CORE_PROTOCOL_DIR=${WAYLAND_PROTOCOLS_SYSROOT_DIR}`$PKG_CONFIG --variable=pkgdatadir wayland-client`
28 +                WAYLAND_PROTOCOLS_DIR=${WAYLAND_PROTOCOLS_SYSROOT_DIR}`$PKG_CONFIG --variable=pkgdatadir wayland-protocols`
29                  video_wayland=yes
30              fi
31          fi
32 -- 
33 2.5.5
34