mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Add TLS support to pixman for Unix-like systems
This commit is contained in:
parent
b318a02782
commit
fa1d9de578
4
third_party/pixman-cmake/CMakeLists.txt
vendored
4
third_party/pixman-cmake/CMakeLists.txt
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user