···163163 value: true,
164164 description: 'Log in color'
165165)
166166+167167+option('systemd-user-unit-dir',
168168+ type: 'string',
169169+ description: 'Directory for user systemd units (defaults to /usr/lib/systemd/user)'
170170+)
+1-1
src/xrt/include/xrt/meson.build
···7676 have_conf.set('XRT_HAVE_DBUS', true)
7777endif
78787979-if systemd.found() and not get_option('systemd').disabled()
7979+if systemd_dep.found() and not get_option('systemd').disabled()
8080 have_conf.set('XRT_HAVE_SYSTEMD', true)
8181endif
8282