[gtk+/wip/meson: 207/215] build: Do not mix private and public GDK headers
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/meson: 207/215] build: Do not mix private and public GDK headers
- Date: Tue, 18 Apr 2017 13:50:02 +0000 (UTC)
commit 0daf9b382b7232416fde3a632eb203da321db82e
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Apr 18 14:13:51 2017 +0100
build: Do not mix private and public GDK headers
The type generation script inside gtk/ will use the `gdk_headers`
variable, and that must not contain private headers.
gdk/meson.build | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gdk/meson.build b/gdk/meson.build
index 35cf05e..692da52 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -96,7 +96,7 @@ gdkresources = gnome.compile_resources('gdkresources',
c_name: '_gdk',
extra_args: '--manual-register')
-gdk_headers = gdk_public_headers + gdk_private_h_sources
+gdk_headers = gdk_public_headers
gdk_enums = gnome.mkenums('gdkenumtypes',
sources: gdk_public_headers,
@@ -167,7 +167,8 @@ gdk_sources += [
gdk_marshalers,
gdkresources,
gdkversionmacros,
- gdk_headers
+ gdk_private_h_sources,
+ gdk_public_headers
]
if wayland_enabled or broadway_enabled
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]