aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/gtk/CMakeLists.txt5
-rw-r--r--ports/gtk/CONTROL2
2 files changed, 5 insertions, 2 deletions
diff --git a/ports/gtk/CMakeLists.txt b/ports/gtk/CMakeLists.txt
index a8be6b45a..22e30b1a7 100644
--- a/ports/gtk/CMakeLists.txt
+++ b/ports/gtk/CMakeLists.txt
@@ -76,8 +76,11 @@ add_definitions(
-DGTK_DISABLE_SINGLE_INCLUDES
-D_USE_MATH_DEFINES)
+add_definitions(-DG_ENABLE_DEBUG)
if(CMAKE_BUILD_TYPE STREQUAL Debug)
- add_definitions(-DG_ENABLE_DEBUG)
+ add_definitions(-DG_ENABLE_CONSISTENCY_CHECKS)
+else()
+ add_definitions(-DG_DISABLE_CAST_CHECKS)
endif()
macro(extract_vcproj_sources VC_PROJECT OUT_VAR)
diff --git a/ports/gtk/CONTROL b/ports/gtk/CONTROL
index e5931156d..c470f8ac8 100644
--- a/ports/gtk/CONTROL
+++ b/ports/gtk/CONTROL
@@ -1,4 +1,4 @@
Source: gtk
-Version: 3.22.19-1
+Version: 3.22.19-2
Description: Portable library for creating graphical user interfaces.
Build-Depends: glib, atk, gdk-pixbuf, pango, cairo, libepoxy, gettext