summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-04-14 14:39:17 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-04-14 14:39:17 +0200
commit2cca1945e1a6ad7087c36758f6ed5a94125d76a5 (patch)
tree2ae0cd584ea480c63beb545264b9c889e834b1e9 /data
parent4d94d188effad518d7586ca06a1066fb465d7b98 (diff)
downloadnautilus-2cca1945e1a6ad7087c36758f6ed5a94125d76a5.tar.gz
build: Don’t build lineup-parameters by default
It’s only needed on a case-by-case basis.
Diffstat (limited to 'data')
-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,