summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:58:50 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:58:50 +0100
commit5d71d7fc50e6508825580385f3830a7f725959c0 (patch)
tree1a68d56dd4347a079900d4dd04263c5067379d5a
parent163648861cbc68326c679c9f78547b2b55296d88 (diff)
downloadgdk-pixbuf-5d71d7fc50e6508825580385f3830a7f725959c0.tar.gz
meson: Install enum types header in the right place
-rw-r--r--gdk-pixbuf/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build
index 26dcb5b72..1ec8e106f 100644
--- a/gdk-pixbuf/meson.build
+++ b/gdk-pixbuf/meson.build
@@ -83,7 +83,8 @@ gdkpixbuf_enums = gnome.mkenums('gdk-pixbuf-enum-types',
sources: gdkpixbuf_headers,
c_template: 'gdk-pixbuf-enum-types.c.template',
h_template: 'gdk-pixbuf-enum-types.h.template',
- install_header: true)
+ install_header: true,
+ install_dir: join_paths(gdk_pixbuf_includedir, gdk_pixbuf_api_path))
gdkpixbuf_enum_h = gdkpixbuf_enums[1]
# Check if we need to build loaders as built-in functionality