mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Update pixman and disable DEBUG checks in region code
This commit is contained in:
parent
2ffb708be8
commit
81e1b5a41c
2
third_party/pixman
vendored
2
third_party/pixman
vendored
@ -1 +1 @@
|
||||
Subproject commit 65f35270e4531621bd2e1ee5cdb31c56c3051c43
|
||||
Subproject commit eb0dfaa0c6eb54ca9f8a6d8bf63d346c0fc4f2b9
|
5
third_party/pixman-cmake/CMakeLists.txt
vendored
5
third_party/pixman-cmake/CMakeLists.txt
vendored
@ -6,9 +6,10 @@ if(UNIX OR APPLE)
|
||||
add_definitions(-DHAVE_PTHREADS)
|
||||
endif()
|
||||
|
||||
# Minor and micro versions must be even numbers (to avoid defining DEBUG)
|
||||
set(PIXMAN_VERSION_MAJOR 0)
|
||||
set(PIXMAN_VERSION_MINOR 33)
|
||||
set(PIXMAN_VERSION_MICRO 6)
|
||||
set(PIXMAN_VERSION_MINOR 34)
|
||||
set(PIXMAN_VERSION_MICRO 0)
|
||||
|
||||
configure_file(
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/../pixman/pixman/pixman-version.h.in"
|
||||
|
Loading…
Reference in New Issue
Block a user