Fix issue with previous commit, Xext is not required for tsmf but the
authorbjcollins <bcollins@trustedcs.com>
Tue, 10 Nov 2015 16:59:13 +0000 (10:59 -0600)
committerbjcollins <bcollins@trustedcs.com>
Tue, 10 Nov 2015 16:59:13 +0000 (10:59 -0600)
definition for it still needs to be added when found.

channels/tsmf/client/gstreamer/CMakeLists.txt

index b42ca36..d0a6eab 100644 (file)
@@ -48,6 +48,10 @@ else()
                tsmf_X11.c)
        set(LIBS ${LIBS} ${X11_LIBRARIES} ${XEXT_LIBRARIES})
 
+       if(XEXT_FOUND)
+               add_definitions(-DWITH_XEXT=1)
+       endif()
+
 endif()
 
 set(${MODULE_PREFIX}_SRCS "${SRC}")