[gnome-software: 1/2] build: Fix installation directory for mkenums-generated header




commit b512203104692818b68e8032fd32cb2ea81adb6c
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Feb 3 17:45:50 2021 +0000

    build: Fix installation directory for mkenums-generated header
    
    Fixes !597.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 lib/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/meson.build b/lib/meson.build
index 124bc0ccb..108dd83f0 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -50,7 +50,7 @@ endif
 libgnomesoftware_enums = gnome.mkenums_simple('gs-enums',
   sources : libgnomesoftware_public_headers,
   install_header : true,
-  install_dir : 'gnome-software',
+  install_dir : join_paths(get_option('includedir'), 'gnome-software'),
 )
 
 libgnomesoftware_include_directories = [


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