[epiphany/mcatanzaro/meson-fixes: 3/3] build: configure_file() installs by default



commit 01805b995db7b12f2fcb8d286ce329507729c46a
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue May 7 19:53:49 2019 -0500

    build: configure_file() installs by default
    
    The install arg did not exist until meson 0.50.0 and should only be
    passed if we want to install conditionally on some variable.
    
    Fixes #757

 data/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 87006d500..2d7a6cedd 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -115,7 +115,6 @@ configure_file(
   input: 'default-bookmarks.rdf.in',
   output: 'default-bookmarks.rdf',
   configuration: bookmarksconf,
-  install: true,
   install_dir: pkgdatadir
 )
 


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