3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #108730 from baloo/baloo/libplacebo/path-upsteam-patch

libplacebo: use upstreamed patch
This commit is contained in:
Michael Weiss 2021-01-09 20:12:46 +01:00 committed by GitHub
commit ef125069f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 14 deletions

View file

@ -20,7 +20,11 @@ stdenv.mkDerivation rec {
version = "3.104.0";
patches = [
./glsl-import.patch
(fetchpatch {
# support glslang>=11.0.0; Upstream MR: https://code.videolan.org/videolan/libplacebo/-/merge_requests/131
url = "https://code.videolan.org/videolan/libplacebo/-/commit/affd15a2faa1340d40dcf277a8acffe2987f517c.patch";
sha256 = "1nm27mdm9rn3wsbjdif46pici6mbzmfb6521ijl8ah4mxn9p1ikc";
})
];
src = fetchFromGitLab {

View file

@ -1,13 +0,0 @@
diff --git a/src/glsl/glslang.cc b/src/glsl/glslang.cc
index f701acc..c64cbf5 100644
--- a/src/glsl/glslang.cc
+++ b/src/glsl/glslang.cc
@@ -26,7 +26,7 @@ extern "C" {
#include <glslang/Include/ResourceLimits.h>
#include <glslang/Public/ShaderLang.h>
-#include <SPIRV/GlslangToSpv.h>
+#include <glslang/SPIRV/GlslangToSpv.h>
#include "glslang.h"