* [Buildroot] [PATCH 1/1] libva: fix build with pkgconf 1.5.3
@ 2018-12-11 18:19 Fabrice Fontaine
2018-12-13 20:48 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-12-11 18:19 UTC (permalink / raw)
To: buildroot
Set ac_cv_path_WAYLAND_SCANNER to the wayland-scanner in the host
directory otherwise build will fail because libva will use pkgconfig to
find it
Fixes:
- http://autobuild.buildroot.org/results/836d3a7085c576f607b1532d5204a54d6c2c1e66
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libva/libva.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libva/libva.mk b/package/libva/libva.mk
index 9a70bb83fd..b897d35849 100644
--- a/package/libva/libva.mk
+++ b/package/libva/libva.mk
@@ -30,6 +30,7 @@ endif
ifeq ($(BR2_PACKAGE_WAYLAND),y)
LIBVA_DEPENDENCIES += wayland
+LIBVA_CONF_ENV += ac_cv_path_WAYLAND_SCANNER=$(HOST_DIR)/usr/bin/wayland-scanner
LIBVA_CONF_OPTS += --enable-wayland
else
LIBVA_CONF_OPTS += --disable-wayland
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] libva: fix build with pkgconf 1.5.3
2018-12-11 18:19 [Buildroot] [PATCH 1/1] libva: fix build with pkgconf 1.5.3 Fabrice Fontaine
@ 2018-12-13 20:48 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-12-13 20:48 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 11 Dec 2018 19:19:43 +0100, Fabrice Fontaine wrote:
> Set ac_cv_path_WAYLAND_SCANNER to the wayland-scanner in the host
> directory otherwise build will fail because libva will use pkgconfig to
> find it
>
> Fixes:
> - http://autobuild.buildroot.org/results/836d3a7085c576f607b1532d5204a54d6c2c1e66
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libva/libva.mk | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-13 20:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 18:19 [Buildroot] [PATCH 1/1] libva: fix build with pkgconf 1.5.3 Fabrice Fontaine
2018-12-13 20:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox