summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-05-22 13:07:19 +0300
committerMatthias Clasen <mclasen@redhat.com>2017-07-13 19:03:39 -0400
commit69bfd1a7710fb4da4b2a226a401a406aec24df6b (patch)
tree5b165371da17085627bc29f906fc13cfdb5ea110
parent1672678bc48c1c060d1ee6bb3df124b3e4f9ca33 (diff)
downloadglib-69bfd1a7710fb4da4b2a226a401a406aec24df6b.tar.gz
meson: Install missing guuid.h header
-rw-r--r--glib/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/meson.build b/glib/meson.build
index 9955e0c4c..6df7b11c6 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -90,6 +90,7 @@ glib_sub_headers = [
'gtrashstack.h',
'gtree.h',
'gtypes.h',
+ 'guuid.h',
'gunicode.h',
'gurifuncs.h',
'gutils.h',