[gtk+/wip/meson] build: Add the appropriate inclusion paths for libgtk
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/meson] build: Add the appropriate inclusion paths for libgtk
- Date: Wed, 19 Apr 2017 10:37:05 +0000 (UTC)
commit a96523593783048ecbbffe1d75c955d0b45a190e
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Apr 19 11:34:59 2017 +0100
build: Add the appropriate inclusion paths for libgtk
gtk/meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/meson.build b/gtk/meson.build
index d633ad4..75e2cdb 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -879,7 +879,7 @@ libgtk = shared_library('gtk-4',
soversion: gtk_soversion,
sources: [typefuncs, gtk_sources, gtkmarshal_h, gtkprivatetypebuiltins_h],
c_args: gtk_cargs + common_cflags,
- include_directories: [confinc, gdkinc, gtkinc],
+ include_directories: [confinc, gdkinc, gskinc, gtkinc],
dependencies: gtk_deps + [libgdk_dep, libgsk_dep],
link_with: [libgdk, libgsk, included_input_modules],
link_args: common_ldflags,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]