summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-02 10:59:54 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-02 10:59:54 +0100
commit5f65b0a39c2deaa41fe99e25d7e69c65c54e03df (patch)
treeab138cbc53b44bed47f7657b8e5fc264890ceff0
parent0790c4fce3f87173b48a76cc106b1ea63db31682 (diff)
downloadgdk-pixbuf-5f65b0a39c2deaa41fe99e25d7e69c65c54e03df.tar.gz
meson: Add gdk-pixbuf-macros.h to the installed headers
It was lost in the port.
-rw-r--r--gdk-pixbuf/meson.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build
index c50a20c9e..3b690a038 100644
--- a/gdk-pixbuf/meson.build
+++ b/gdk-pixbuf/meson.build
@@ -49,13 +49,14 @@ configure_file(input: 'gdk-pixbuf-features.h.in',
gdkpixbuf_headers = [
'gdk-pixbuf.h',
+ 'gdk-pixbuf-animation.h',
'gdk-pixbuf-autocleanups.h',
'gdk-pixbuf-core.h',
- 'gdk-pixbuf-transform.h',
'gdk-pixbuf-io.h',
- 'gdk-pixbuf-animation.h',
- 'gdk-pixbuf-simple-anim.h',
'gdk-pixbuf-loader.h',
+ 'gdk-pixbuf-macros.h',
+ 'gdk-pixbuf-simple-anim.h',
+ 'gdk-pixbuf-transform.h',
]
install_headers(gdkpixbuf_headers, subdir: gdk_pixbuf_api_path)