mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00
imx-gpu-sdk: Fix build dependency on glslang
The vulkan support depends on glslang, so add a new recipe
and a dependency.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 01c8732557
)
This commit is contained in:
parent
c29a711639
commit
5d882cdf07
22
recipes-graphics/glslang/glslang_git.bb
Normal file
22
recipes-graphics/glslang/glslang_git.bb
Normal file
|
@ -0,0 +1,22 @@
|
|||
SUMMARY = "An OpenGL and OpenGL ES shader front end and validator."
|
||||
DESCRIPTION = "Glslang is the official reference compiler front end \
|
||||
for the OpenGL ES and OpenGL shading languages. It \
|
||||
implements a strict interpretation of the specifications \
|
||||
for these languages. It is open and free for anyone to use, \
|
||||
either from a command line or programmatically."
|
||||
SECTION = "graphics"
|
||||
HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE.txt;beginline=22;endline=62;md5=36be65b9171c641a6c9a007bb0ba7b90 \
|
||||
file://LICENSE.txt;beginline=62;endline=108;md5=d6589da7fd36ed28016a697e610c41bd \
|
||||
"
|
||||
|
||||
PV = "8.13.3743+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/KhronosGroup/glslang"
|
||||
SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
|
@ -9,6 +9,7 @@ DEPENDS_BACKEND = \
|
|||
'', d), d)}"
|
||||
DEPENDS_MX8 = ""
|
||||
DEPENDS_MX8_mx8 = " \
|
||||
glslang-native \
|
||||
rapidopencl \
|
||||
rapidopenvx \
|
||||
rapidvulkan \
|
||||
|
|
Loading…
Reference in New Issue
Block a user