浏览代码

linux-capture: Remove unused dependencies

Remove dependencies from cmake that are no longer needed due to the
port to xcb.
fryshorts 10 年之前
父节点
当前提交
ed839dce19
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      plugins/linux-capture/CMakeLists.txt

+ 0 - 4
plugins/linux-capture/CMakeLists.txt

@@ -13,7 +13,6 @@ include_directories(SYSTEM
 	"${CMAKE_SOURCE_DIR}/libobs"
 	"${CMAKE_SOURCE_DIR}/libobs"
 	${X11_Xcomposite_INCLUDE_PATH}
 	${X11_Xcomposite_INCLUDE_PATH}
 	${X11_X11_INCLUDE_PATH}
 	${X11_X11_INCLUDE_PATH}
-	${X11_XCB_INCLUDE_DIR}
 	${XCB_INCLUDE_DIRS}
 	${XCB_INCLUDE_DIRS}
 )
 )
 
 
@@ -43,12 +42,9 @@ target_link_libraries(linux-capture
 	libobs
 	libobs
 	glad
 	glad
 	${X11_LIBRARIES}
 	${X11_LIBRARIES}
-	${X11_XShm_LIB}
 	${X11_Xfixes_LIB}
 	${X11_Xfixes_LIB}
-	${X11_Xinerama_LIB}
 	${X11_X11_LIB}
 	${X11_X11_LIB}
 	${X11_Xcomposite_LIB}
 	${X11_Xcomposite_LIB}
-	${X11_XCB_LIBRARIES}
 	${XCB_LIBRARIES}
 	${XCB_LIBRARIES}
 )
 )