From 1279b50a2c67c388617407d704b1141fa659bca9 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 27 Oct 2014 17:41:40 +0100 Subject: Export /usr/include/HAL into the toolchain libgal-dev only provides libGAL.so in the toolchain. That is not enough when compiling a hardware compositor (e.g. the Weston hw compositor patch) because the headers are needed too. For Weston having the headers in the sysroot is enough, but in the future we may need these for QtWayland which is built with just the toolchain, so include them in the toolchain too. Change-Id: I81c4609d69da788460071b441cdec26f0dc1cbd0 Reviewed-by: Samuli Piippo --- .../recipes/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.%-hfp.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-fsl-extras') diff --git a/meta-fsl-extras/recipes/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.%-hfp.bbappend b/meta-fsl-extras/recipes/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.%-hfp.bbappend index bed361e..428e942 100644 --- a/meta-fsl-extras/recipes/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.%-hfp.bbappend +++ b/meta-fsl-extras/recipes/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.%-hfp.bbappend @@ -1 +1,2 @@ RDEPENDS_libgl-mx6-dev = "" +FILES_libgal-mx6-dev = "${libdir}/libGAL${SOLIBSDEV} ${includedir}/HAL" -- cgit v1.2.3-54-g00ecf