From: Matthias Clasen Date: Mon, 8 May 2023 19:53:42 +0000 (-0400) Subject: Use GTK_COMPILATION throughout X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~286^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a2c4be44b7b1e87f78361e558f5044fea6f8d3d;p=gtk4.git Use GTK_COMPILATION throughout It is a bit ugly that it doesn't fit the neat namespace schema, but it is what we use everywhere. --- diff --git a/build-aux/meson/gen-visibility-macros.py b/build-aux/meson/gen-visibility-macros.py index 3416f3974a..2f50c804a8 100755 --- a/build-aux/meson/gen-visibility-macros.py +++ b/build-aux/meson/gen-visibility-macros.py @@ -106,7 +106,7 @@ def gen_visibility_macros(args, current_major_version, current_minor_version, cu # define _{ns}_EXPORT # define _{ns}_IMPORT #endif - #ifdef {ns}_COMPILATION + #ifdef GTK_COMPILATION # define _{ns}_API _{ns}_EXPORT #else # define _{ns}_API _{ns}_IMPORT