Ver Fonte

libobs-opengl: Add Linux-specific changes for CMake build framework 3.0

PatTheMav há 1 ano atrás
pai
commit
eee912b8ba
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      libobs-opengl/CMakeLists.txt

+ 2 - 2
libobs-opengl/CMakeLists.txt

@@ -14,9 +14,9 @@ if(OS_LINUX
    OR OS_OPENBSD)
    OR OS_OPENBSD)
   find_package(X11 REQUIRED)
   find_package(X11 REQUIRED)
   # cmake-format: off
   # cmake-format: off
-  find_package(xcb REQUIRED xcb)
+  find_package(Xcb REQUIRED xcb)
   # cmake-format: on
   # cmake-format: on
-  find_package(x11-xcb REQUIRED)
+  find_package(X11-xcb REQUIRED)
 
 
   if(ENABLE_WAYLAND)
   if(ENABLE_WAYLAND)
     find_package(OpenGL REQUIRED EGL)
     find_package(OpenGL REQUIRED EGL)