diff options
author | Laszlo Agocs <laszlo.agocs@digia.com> | 2014-10-27 17:41:40 +0100 |
---|---|---|
committer | Laszlo Agocs <laszlo.agocs@digia.com> | 2014-10-29 17:41:32 +0200 |
commit | 1279b50a2c67c388617407d704b1141fa659bca9 (patch) | |
tree | 1fd8c9bb4724905a68e5b9305dcd4f3b4f318c23 /meta-fsl-extras | |
parent | b914f12924c126bcc0b358c8cdba0251fe0d4cd7 (diff) | |
download | meta-boot2qt-1279b50a2c67c388617407d704b1141fa659bca9.tar.gz |
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 <samuli.piippo@digia.com>
Diffstat (limited to 'meta-fsl-extras')
-rw-r--r-- | meta-fsl-extras/recipes/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.%-hfp.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
1 | RDEPENDS_libgl-mx6-dev = "" | 1 | RDEPENDS_libgl-mx6-dev = "" |
2 | FILES_libgal-mx6-dev = "${libdir}/libGAL${SOLIBSDEV} ${includedir}/HAL" | ||