summaryrefslogtreecommitdiff
path: root/gsk/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/meson.build')
-rw-r--r--gsk/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/meson.build b/gsk/meson.build
index ed621284bb..c897cabdf6 100644
--- a/gsk/meson.build
+++ b/gsk/meson.build
@@ -171,7 +171,7 @@ libgsk = static_library('gsk',
dependencies: gsk_deps,
include_directories: [ confinc, ],
c_args: [
- '-DGSK_COMPILATION',
+ '-DGTK_COMPILATION',
'-DG_LOG_DOMAIN="Gsk"',
'-DG_LOG_STRUCTURED=1',
] + common_cflags,