diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-06-02 23:37:19 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-06-02 23:37:19 +0200 |
| commit | 85141ac554d346cd47041a51f6e828a121c568d2 (patch) | |
| tree | 81e0804e7350ba537ab03054a3465879483a1c97 /plugins | |
| parent | 90fb1eb4e78a84649ac9e7a75e585e689f74ec31 (diff) | |
| download | pcsxr-85141ac554d346cd47041a51f6e828a121c568d2.tar.gz | |
OpenGL_GL_PREFERENCE set to LEGACY
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/peopsxgl/CMakeLists.txt | 1 |
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") |
