summary refs log tree commit diff
path: root/pkgs/games/empty-epsilon
diff options
context:
space:
mode:
authorSebastián Mancilla <smancill@smancill.dev>2021-09-21 14:49:59 -0300
committerSebastián Mancilla <smancill@smancill.dev>2021-09-21 14:49:59 -0300
commit4617dfb92e79bfee380c40c3c2786824cd677460 (patch)
treefa3cc51cc416b540223a5e07f3d9505051be3f3a /pkgs/games/empty-epsilon
parent02378673ac3ac563ab419f78b5db60e30f103162 (diff)
downloadnixpkgs-4617dfb92e79bfee380c40c3c2786824cd677460.tar
nixpkgs-4617dfb92e79bfee380c40c3c2786824cd677460.tar.gz
nixpkgs-4617dfb92e79bfee380c40c3c2786824cd677460.tar.bz2
nixpkgs-4617dfb92e79bfee380c40c3c2786824cd677460.tar.lz
nixpkgs-4617dfb92e79bfee380c40c3c2786824cd677460.tar.xz
nixpkgs-4617dfb92e79bfee380c40c3c2786824cd677460.tar.zst
nixpkgs-4617dfb92e79bfee380c40c3c2786824cd677460.zip
EmptyEpsilon: use updated CMake target for GLM
The GLM derivation was updated from 0.9.8.5 to 0.9.9.8, and the CMake
target name changed from glm to the namespaced glm::glm.
Diffstat (limited to 'pkgs/games/empty-epsilon')
-rw-r--r--pkgs/games/empty-epsilon/0001-bundle-system-glm-in-seriousproton.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/empty-epsilon/0001-bundle-system-glm-in-seriousproton.patch b/pkgs/games/empty-epsilon/0001-bundle-system-glm-in-seriousproton.patch
index d59d548a4a4..a896f8c5867 100644
--- a/pkgs/games/empty-epsilon/0001-bundle-system-glm-in-seriousproton.patch
+++ b/pkgs/games/empty-epsilon/0001-bundle-system-glm-in-seriousproton.patch
@@ -26,7 +26,7 @@ index cbd68ca..730df82 100644
  target_link_libraries(seriousproton_deps
      INTERFACE 
 -        box2d lua glew ${SFML_LIBRARIES}
-+        box2d lua glew ${SFML_LIBRARIES} glm
++        box2d lua glew ${SFML_LIBRARIES} glm::glm
          "$<$<BOOL:${WIN32}>:wsock32>"
          # LTO flag must be on the linker's list as well.
          "$<$<AND:$<BOOL:${CMAKE_COMPILER_IS_GNUCC}>,$<OR:$<CONFIG:RelWithDebInfo>,$<CONFIG:Release>>>:-flto>"