summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 1233dbc..6af7c03 100644
--- a/meson.build
+++ b/meson.build
@@ -176,10 +176,6 @@ if get_option('vapi')
vapigen = find_program('vapigen')
endif
-if get_option('reverse')
- conf.set('CD_BUILD_REVERSE', '1')
-endif
-
if get_option('daemon')
conf.set_quoted('DAEMON_USER', get_option('daemon_user'))
if get_option('daemon_user') == 'root'