提交 d96092a0 编写于 作者: J jp9000

libobs: Make sure X11_XCB is not linked with apple systems

上级 11ed262a
......@@ -13,7 +13,9 @@ endif()
if(UNIX)
find_package(DBus QUIET)
find_package(X11_XCB REQUIRED)
if (NOT APPLE)
find_package(X11_XCB REQUIRED)
endif()
else()
set(HAVE_DBUS "0")
endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册