[dia/neduard/meson_fixes] #31 Windows: Install COPYING file.



commit 61e742b72eb52c5a21cdbfd432527eed12fd2ae7
Author: Eduard <eddnicodei gmail com>
Date:   Fri Feb 1 13:13:15 2019 +0000

    #31 Windows: Install COPYING file.

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 4390becd..bd3496f2 100644
--- a/meson.build
+++ b/meson.build
@@ -106,5 +106,6 @@ custom_target('run_with_dia_env',
 meson.add_install_script('build-aux/post-install.py', datadir)
 
 if build_machine.system() == 'windows'
+    install_data('COPYING', install_dir: get_option('prefix'))
     meson.add_install_script('build-aux/windows-bundler.sh')
 endif


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