Update pixman and disable DEBUG checks in region code

This commit is contained in:
David Capello 2018-12-04 11:43:59 -03:00
parent 2ffb708be8
commit 81e1b5a41c
2 changed files with 4 additions and 3 deletions

2
third_party/pixman vendored

@ -1 +1 @@
Subproject commit 65f35270e4531621bd2e1ee5cdb31c56c3051c43 Subproject commit eb0dfaa0c6eb54ca9f8a6d8bf63d346c0fc4f2b9

View File

@ -6,9 +6,10 @@ if(UNIX OR APPLE)
add_definitions(-DHAVE_PTHREADS) add_definitions(-DHAVE_PTHREADS)
endif() endif()
# Minor and micro versions must be even numbers (to avoid defining DEBUG)
set(PIXMAN_VERSION_MAJOR 0) set(PIXMAN_VERSION_MAJOR 0)
set(PIXMAN_VERSION_MINOR 33) set(PIXMAN_VERSION_MINOR 34)
set(PIXMAN_VERSION_MICRO 6) set(PIXMAN_VERSION_MICRO 0)
configure_file( configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/../pixman/pixman/pixman-version.h.in" "${CMAKE_CURRENT_SOURCE_DIR}/../pixman/pixman/pixman-version.h.in"