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

This commit is contained in:
PatTheMav 2024-04-13 19:57:19 +02:00 committed by Ryan Foster
parent 0af0de26eb
commit eee912b8ba

View file

@ -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)