summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-30 09:51:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-30 09:51:17 +0100
commit8ac731f68c2cc1dbd585544f7336cac5f61f3754 (patch)
treef3d5998dd774a871336bc687a42bcd693ffb9b83
parent1d6f01914658ed002327809ab1339a17052ede3a (diff)
downloadclutter-gtk-8ac731f68c2cc1dbd585544f7336cac5f61f3754.tar.gz
build: Fix location of the installed headers
The installed headers should go in clutter-gtk-1.0/clutter-gtk.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4ca7996..8b135ce 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@ else
endif
gtk_clutter_api_name = '@0@-@1@'.format(meson.project_name(), gtk_clutter_api_version)
-gtk_clutter_api_path = join_paths(meson.project_name(), gtk_clutter_api_name)
+gtk_clutter_api_path = join_paths(gtk_clutter_api_name, meson.project_name())
gtk_clutter_prefix = get_option('prefix')
gtk_clutter_libdir = join_paths(gtk_clutter_prefix, get_option('libdir'))