[libgda: 1/2] Remove copy line from configure_file



commit 95f233a0e9ae42f0aa1ef61f743afdbdaff7ca3e
Author: Charlie Barto <bartoc umich edu>
Date:   Thu Jul 12 21:39:08 2018 +0000

    Remove copy line from configure_file
    
    Fixes build on meson versions that know about the copy command

 providers/skel-implementation/models/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/providers/skel-implementation/models/meson.build 
b/providers/skel-implementation/models/meson.build
index 4c8e9dceb..b1097b43d 100644
--- a/providers/skel-implementation/models/meson.build
+++ b/providers/skel-implementation/models/meson.build
@@ -30,7 +30,6 @@ endforeach
 foreach xr : models_xml_fnames
        tc = configuration_data()
        configure_file(
-               copy: true,
                input: xr+'.xml.in',
                output: xr+'.raw.xml',
                configuration: tc


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