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:
parent
9b2d5ce849
commit
d83386bf87
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user