summaryrefslogtreecommitdiff
path: root/registryd
diff options
context:
space:
mode:
authorSoapux <7521-Soapux@users.noreply.gitlab.gnome.org>2019-01-28 12:19:04 -0600
committerSoapux <7521-Soapux@users.noreply.gitlab.gnome.org>2019-01-28 12:19:04 -0600
commit56e6f9242b833c108f8f9fe3f2c66f7c3f552b1e (patch)
tree5c6bfd36981c1fb837b226e58e0ab565dafdab07 /registryd
parent6015e2baf4ab5bdc501872827205bec37dead7ec (diff)
downloadat-spi2-core-56e6f9242b833c108f8f9fe3f2c66f7c3f552b1e.tar.gz
Use a consistent style for the meson options
Following style guidelines from here: https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting
Diffstat (limited to 'registryd')
-rw-r--r--registryd/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/registryd/meson.build b/registryd/meson.build
index eb8236e6..c2404d28 100644
--- a/registryd/meson.build
+++ b/registryd/meson.build
@@ -16,7 +16,7 @@ registryd_deps = [
dl_dep,
]
-x11_option = get_option('enable-x11')
+x11_option = get_option('x11')
if x11_option != 'no'
if x11_dep.found()
registryd_sources += [