From 0cb54119a508d7d7f6c4296c70b394d3629b57ae Mon Sep 17 00:00:00 2001 From: bjcollins Date: Wed, 16 Sep 2015 12:45:25 -0500 Subject: [PATCH] Remove strict dependency on Xext for tsmf, it is optional not required --- channels/tsmf/client/gstreamer/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/channels/tsmf/client/gstreamer/CMakeLists.txt b/channels/tsmf/client/gstreamer/CMakeLists.txt index 766c9e958..b42ca3670 100644 --- a/channels/tsmf/client/gstreamer/CMakeLists.txt +++ b/channels/tsmf/client/gstreamer/CMakeLists.txt @@ -48,12 +48,6 @@ else() tsmf_X11.c) set(LIBS ${LIBS} ${X11_LIBRARIES} ${XEXT_LIBRARIES}) - if(NOT XEXT_FOUND) - message(FATAL_ERROR "Xext library not found, but required for TSMF module.") - else() - add_definitions(-DWITH_XEXT=1) - endif() - endif() set(${MODULE_PREFIX}_SRCS "${SRC}")