summaryrefslogtreecommitdiff
path: root/gdk/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-09 11:16:31 -0400
committerEmmanuele Bassi <ebassi@gnome.org>2023-05-09 16:43:35 +0100
commit383c40479274aca86498e14672554dbe9114d2e4 (patch)
tree79c04608639aeb5750f1edbeaac8355d69625830 /gdk/meson.build
parent33d0cfd4f8baee31a408aa1dd17ca735f761942b (diff)
downloadgtk+-383c40479274aca86498e14672554dbe9114d2e4.tar.gz
Drop the gdk/gdkversionmacros.h header
It was just added to avoid touching too many files. Touching them now.
Diffstat (limited to 'gdk/meson.build')
-rw-r--r--gdk/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/meson.build b/gdk/meson.build
index a07f914b25..77d0fbd293 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -110,7 +110,6 @@ gdk_public_headers = files([
'gdktoplevelsize.h',
'gdktoplevel.h',
'gdkdragsurface.h',
- 'gdkversionmacros.h'
])
install_headers(gdk_public_headers, subdir: 'gtk-4.0/gdk/')
@@ -147,7 +146,7 @@ gdk_enums = gnome.mkenums_simple('gdkenumtypes',
sources: gdk_public_headers,
decorator: 'GDK_AVAILABLE_IN_ALL',
body_prefix: '#include "config.h"',
- header_prefix: '#include "version/gdkversionmacros.h"\n#include "version/gdk-visibility.h"',
+ header_prefix: '#include "version/gdkversionmacros.h"\n',
install_dir: gtk_includedir / 'gtk-4.0/gdk',
install_header: true,
)