summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2020-12-03 10:02:03 +0100
committerCorentin Noël <corentin.noel@collabora.com>2020-12-03 10:02:03 +0100
commit585ba777c2ad54521c790dcc28281e0311bcc454 (patch)
treeb3ecfb24f6643a3e32f840b4614476cbe2f98116
parentf8ee4cfea5d5ed1b586caac7f30157d8977cf3a3 (diff)
downloadgtk+-wip/tintou/gdk-backends-header.tar.gz
build: Use the correct path to the header of the wayland and x11 backendswip/tintou/gdk-backends-header
-rw-r--r--gtk/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/meson.build b/gtk/meson.build
index f4539ca95d..ffadb28267 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -1159,7 +1159,7 @@ if build_gir
includes: [ gdk_gir[0], 'xlib-2.0', ],
install: true,
dependencies: gdk_gir_dep,
- header: 'gdk/gdkx.h',
+ header: 'gdk/x11/gdkx.h',
extra_args: gir_args,
)
gtk_dep_sources += gdk_x11_gir
@@ -1176,7 +1176,7 @@ if build_gir
includes: [ gdk_gir[0], ],
install: true,
dependencies: gdk_gir_dep,
- header: 'gdk/gdkwayland.h',
+ header: 'gdk/wayland/gdkwayland.h',
extra_args: gir_args,
)
gtk_dep_sources += gdk_wayland_gir