Sfoglia il codice sorgente

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

PatTheMav 1 anno fa
parent
commit
eee912b8ba
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      libobs-opengl/CMakeLists.txt

+ 2 - 2
libobs-opengl/CMakeLists.txt

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