summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-04-14 14:39:17 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-05-05 20:16:52 +0200
commita2b1b5a31d8b4bceac678feb991d068dad6e7f0c (patch)
tree01936a43f51bdd24b39cd349ab081d18dcddd612
parent8448c515c999785e0effd0b05ab366e7981abece (diff)
downloadnautilus-a2b1b5a31d8b4bceac678feb991d068dad6e7f0c.tar.gz
build: Don’t build lineup-parameters by default
It’s only needed on a case-by-case basis.
-rw-r--r--data/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build
index c52a9695f..47ee5da11 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -18,6 +18,7 @@ po_dir = join_paths(meson.source_root(), 'po')
line_up_parameters = executable(
'lineup-parameters',
'lineup-parameters.c',
+ build_by_default: false,
dependencies: [
gio,
gio_unix,