diff --git a/libobs-opengl/CMakeLists.txt b/libobs-opengl/CMakeLists.txt index aa25d74ff503751af0492c698850d74466b307b0..c4098c7e5fcc61bb3ef65a80e827d049ea412fd9 100644 --- a/libobs-opengl/CMakeLists.txt +++ b/libobs-opengl/CMakeLists.txt @@ -45,7 +45,7 @@ else() #This needs to change to be more specific to get ready for Wayland ${X11_XCB_LIBRARIES}) set(libobs-opengl_PLATFORM_SOURCES - gl-x11.c) + gl-x11-glx.c) endif() set(libobs-opengl_SOURCES diff --git a/libobs-opengl/gl-x11.c b/libobs-opengl/gl-x11-glx.c similarity index 100% rename from libobs-opengl/gl-x11.c rename to libobs-opengl/gl-x11-glx.c