[epiphany/mcatanzaro/meson-fixes: 2/2] build: configure_file() installs by default
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/meson-fixes: 2/2] build: configure_file() installs by default
- Date: Wed, 8 May 2019 00:55:11 +0000 (UTC)
commit 888bf66f524a52bb33f60723a071960a6b03eef3
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]