aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 84e7c6c5..d1fbfa38 100644
--- a/meson.build
+++ b/meson.build
@@ -117,6 +117,11 @@ conf_data.set10('HAVE_LIBSYSTEMD', sdbus.found() and sdbus.name() == 'libsystemd
117conf_data.set10('HAVE_LIBELOGIND', sdbus.found() and sdbus.name() == 'libelogind') 117conf_data.set10('HAVE_LIBELOGIND', sdbus.found() and sdbus.name() == 'libelogind')
118conf_data.set10('HAVE_BASU', sdbus.found() and sdbus.name() == 'basu') 118conf_data.set10('HAVE_BASU', sdbus.found() and sdbus.name() == 'basu')
119conf_data.set10('HAVE_TRAY', have_tray) 119conf_data.set10('HAVE_TRAY', have_tray)
120conf_data.set10('HAVE_LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM', cc.has_header_symbol(
121 'libinput.h',
122 'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM',
123 dependencies: libinput,
124))
120 125
121scdoc = dependency('scdoc', version: '>=1.9.2', native: true, required: get_option('man-pages')) 126scdoc = dependency('scdoc', version: '>=1.9.2', native: true, required: get_option('man-pages'))
122if scdoc.found() 127if scdoc.found()