summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
index ef092f17a1..cddd330971 100644
--- a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
+++ b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
@@ -34,14 +34,14 @@ index 00000000..64b6882d
34--- /dev/null 34--- /dev/null
35+++ b/glslang/glslang.pc.cmake.in 35+++ b/glslang/glslang.pc.cmake.in
36@@ -0,0 +1,11 @@ 36@@ -0,0 +1,11 @@
37+ prefix=@CMAKE_INSTALL_PREFIX@ 37+prefix=@CMAKE_INSTALL_PREFIX@
38+ exec_prefix=@CMAKE_INSTALL_PREFIX@ 38+exec_prefix=@CMAKE_INSTALL_PREFIX@
39+ libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ 39+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
40+ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ 40+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
41+ 41+
42+ Name: @PROJECT_NAME@ 42+Name: @PROJECT_NAME@
43+ Description: OpenGL and OpenGL ES shader front end and validator 43+Description: OpenGL and OpenGL ES shader front end and validator
44+ Requires: 44+Requires:
45+ Version: @GLSLANG_VERSION@ 45+Version: @GLSLANG_VERSION@
46+ Libs: -L${libdir} -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper 46+Libs: -L${libdir} -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper
47+ Cflags: -I${includedir} 47+Cflags: -I${includedir}