Fix Linux build: search for gthread-2.0 and pangocairo, then add both these libs to wx dependencies

This commit is contained in:
Pierre Bourdon
2012-03-23 01:06:45 +01:00
parent c0992cc73e
commit 5242f09104
3 changed files with 10 additions and 2 deletions

View File

@ -875,6 +875,11 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
${SRCS_GTK}
${SRCS_UNIX}
${SRCS_UNIXGTK})
set(LIBS
png
${GTHREAD2_LIBRARIES}
${PANGOCAIRO_LIBRARIES}
${GTK2_LIBRARIES})
else()
add_definitions(-D__WXMSW__)
set(SRCS