summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-06-02 23:37:19 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-06-02 23:37:19 +0200
commit85141ac554d346cd47041a51f6e828a121c568d2 (patch)
tree81e0804e7350ba537ab03054a3465879483a1c97 /plugins
parent90fb1eb4e78a84649ac9e7a75e585e689f74ec31 (diff)
downloadpcsxr-85141ac554d346cd47041a51f6e828a121c568d2.tar.gz
OpenGL_GL_PREFERENCE set to LEGACY
Diffstat (limited to 'plugins')
-rw-r--r--plugins/peopsxgl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/peopsxgl/CMakeLists.txt b/plugins/peopsxgl/CMakeLists.txt
index 907009ce..e4621b6d 100644
--- a/plugins/peopsxgl/CMakeLists.txt
+++ b/plugins/peopsxgl/CMakeLists.txt
@@ -18,6 +18,7 @@ set(GTK_LIBRARIES ${GTK3_LIBRARY} ${GDK3_LIBRARY} ${GDKPixbuf_LIBRARY} ${Pango_L
find_package(X11 REQUIRED)
+set(OpenGL_GL_PREFERENCE LEGACY)
find_package(OpenGL REQUIRED)
if(NOT OPENGL_FOUND)
message(FATAL_ERROR "GL library not found")