Fix issue with previous commit, Xext is not required for tsmf but the

definition for it still needs to be added when found.
This commit is contained in:
bjcollins 2015-11-10 10:59:13 -06:00
parent 9b2d5ce849
commit d83386bf87

View 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}")