Fixed the build error for gcc-14.
[platform/upstream/at-spi2-core.git] / registryd / meson.build
index be0fe95..25f592d 100644 (file)
@@ -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 += [
@@ -43,5 +43,4 @@ libexec_conf.set('libexecdir', atspi_libexecdir)
 configure_file(input: 'org.a11y.atspi.Registry.service.in',
                output: 'org.a11y.atspi.Registry.service',
                configuration: libexec_conf,
-               install: true,
                install_dir: join_paths(atspi_datadir, 'dbus-1/accessibility-services'))