diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-02-21 09:18:21 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-02-21 08:05:51 +0000 |
commit | 36fc9244deedafdeec7caa00a572864633e15864 (patch) | |
tree | 5b98ebe93fb7c49886c52338172d77d67bc2a3e9 | |
parent | 4d4427e3e76d64021d56e15e1c30185b8f07e6fc (diff) | |
download | meta-boot2qt-36fc9244deedafdeec7caa00a572864633e15864.tar.gz |
tegra: make sure opengl headers are included in toolchain
Change-Id: I6a9c2e3364840c74440787a73815c3aedacde02e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | meta-tegra-extras/recipes/tegra-binaries/tegra-libraries_%.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-tegra-extras/recipes/tegra-binaries/tegra-libraries_%.bbappend b/meta-tegra-extras/recipes/tegra-binaries/tegra-libraries_%.bbappend index 32a93ab..1f375e6 100644 --- a/meta-tegra-extras/recipes/tegra-binaries/tegra-libraries_%.bbappend +++ b/meta-tegra-extras/recipes/tegra-binaries/tegra-libraries_%.bbappend | |||
@@ -29,6 +29,15 @@ | |||
29 | 29 | ||
30 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa', '', d)}" | 30 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa', '', d)}" |
31 | 31 | ||
32 | PACKAGES += "${PN}-dev" | ||
33 | RRECOMMENDS_${PN}-dev += "\ | ||
34 | libgles1-mesa-dev \ | ||
35 | libgles2-mesa-dev \ | ||
36 | libgles3-mesa-dev \ | ||
37 | libegl-mesa-dev \ | ||
38 | libgl-mesa-dev \ | ||
39 | " | ||
40 | |||
32 | do_install_append() { | 41 | do_install_append() { |
33 | install -m 0644 ${DRVROOT}/tegra/libdrm* ${D}${libdir} | 42 | install -m 0644 ${DRVROOT}/tegra/libdrm* ${D}${libdir} |
34 | } | 43 | } |