Browse Source

linux-capture: Remove unused dependencies

Remove dependencies from cmake that are no longer needed due to the
port to xcb.
fryshorts 11 years ago
parent
commit
ed839dce19
1 changed files with 0 additions and 4 deletions
  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"
 	${X11_Xcomposite_INCLUDE_PATH}
 	${X11_X11_INCLUDE_PATH}
-	${X11_XCB_INCLUDE_DIR}
 	${XCB_INCLUDE_DIRS}
 )
 
@@ -43,12 +42,9 @@ target_link_libraries(linux-capture
 	libobs
 	glad
 	${X11_LIBRARIES}
-	${X11_XShm_LIB}
 	${X11_Xfixes_LIB}
-	${X11_Xinerama_LIB}
 	${X11_X11_LIB}
 	${X11_Xcomposite_LIB}
-	${X11_XCB_LIBRARIES}
 	${XCB_LIBRARIES}
 )