[clutter-gtk] build: Fix location of the installed headers



commit 8ac731f68c2cc1dbd585544f7336cac5f61f3754
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue May 30 09:51:17 2017 +0100

    build: Fix location of the installed headers
    
    The installed headers should go in clutter-gtk-1.0/clutter-gtk.

 meson.build |    2 +-
 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'))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]