summaryrefslogtreecommitdiff
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-04 23:15:04 +0200
commit66d4b1aff798e2890b2bf355d7c0e3f546a1b06b (patch)
tree1b0da4268222ff9a67d61ea6de9bf2bc3ae01c48
parentece90128a06d4def584c85910ef99ad1e543a30f (diff)
OpenGL_GL_PREFERENCE set to LEGACY
-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")