ports/emulators/fbsd-duckstation/files/patch-src-util-CMakeLists.txt
Ganael LAPLANCHE c2d6cbb076 emulators/duckstation: Rename to fbsd-duckstation
Follow developer's will (expressed in private) to emphasize our port
includes local patches and does not reflect the exact version of the
original software.
2024-12-04 08:44:00 +01:00

11 lines
377 B
Text

--- src/util/CMakeLists.txt.orig 2024-06-14 05:59:32 UTC
+++ src/util/CMakeLists.txt
@@ -114,7 +114,7 @@ if(ENABLE_OPENGL)
target_link_libraries(util PRIVATE "opengl32.lib")
endif()
- if(LINUX OR FREEBSD OR ANDROID)
+ if(CMAKE_SYSTEM_NAME MATCHES "(Linux|FreeBSD|Android)")
target_sources(util PRIVATE
opengl_context_egl.cpp
opengl_context_egl.h