summaryrefslogtreecommitdiff
path: root/gdk/meson.build
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2017-05-24 10:18:37 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-14 22:26:59 +0100
commit49d0b4ccb8bbd14df7033a8b9e078faf7f91cd71 (patch)
tree72d58afb2908f01c02d8bbdefa3379a5590920bf /gdk/meson.build
parentc9caa6167ef87dc8d755396c31a85552d9fc063e (diff)
downloadgtk+-49d0b4ccb8bbd14df7033a8b9e078faf7f91cd71.tar.gz
meson: install gdkvulkancontext.h
https://bugzilla.gnome.org/show_bug.cgi?id=782981 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'gdk/meson.build')
-rw-r--r--gdk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build
index d81f8855c8..0988dbf2fc 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -73,6 +73,7 @@ gdk_public_headers = files([
'gdkthreads.h',
'gdktypes.h',
'gdkvisual.h',
+ 'gdkvulkancontext.h',
'gdkwindow.h',
])
install_headers(gdk_public_headers, subdir: 'gtk-4.0/gdk/')