summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-12-17 17:25:01 +0000
committerRichard Hughes <richard@hughsie.com>2017-12-18 14:23:45 +0000
commitcb98df0b008a5a1ccb4cdfa5e1ed945dc6c24d03 (patch)
tree920f671e3d6e02dddd80a525c4b0e7ccc3ffbb26 /client
parent19ec1e9d6585eb647ff4ec65e0b938e4c18dea3b (diff)
downloadappstream-glib-cb98df0b008a5a1ccb4cdfa5e1ed945dc6c24d03.tar.gz
Do not use an 'enable' prefix for meson arguments
Diffstat (limited to 'client')
-rw-r--r--client/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/meson.build b/client/meson.build
index 57b6b2f..d520508 100644
--- a/client/meson.build
+++ b/client/meson.build
@@ -1,6 +1,6 @@
as_util_cargs = ['-DG_LOG_DOMAIN="As"']
-if get_option('enable-builder')
+if get_option('builder')
appstream_builder = executable(
'appstream-builder',
sources : 'as-builder.c',