[d-feet: 2/7] meson: install to pure location



commit 5e292af036c845bc11b73ccb80ad7e17387b5331
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Thu Mar 26 19:29:22 2020 +0100

    meson: install to pure location
    
    Source should be installed by default to the pure location. This is
    actually a bug in meson: https://github.com/mesonbuild/meson/pull/6848
    
    This also fixes some ninja install error due to discrepancy between
    install_sources() and get_install_dir() locations during post-install
    script.
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 src/dfeet/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/dfeet/meson.build b/src/dfeet/meson.build
index f1460d5..fa7f144 100644
--- a/src/dfeet/meson.build
+++ b/src/dfeet/meson.build
@@ -16,4 +16,5 @@ df_data = files(
 python.install_sources(
   df_data,
   subdir: 'dfeet',
+  pure: true,
 )


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