Add TLS support to pixman for Unix-like systems

This commit is contained in:
David Capello 2014-10-25 22:36:26 -03:00
parent b318a02782
commit fa1d9de578

View File

@ -2,6 +2,10 @@
add_definitions(-DHAVE_CONFIG_H)
if(UNIX OR APPLE)
add_definitions(-DHAVE_PTHREADS)
endif()
set(PIXMAN_VERSION_MAJOR 0)
set(PIXMAN_VERSION_MINOR 32)
set(PIXMAN_VERSION_MICRO 6)