summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-08 22:44:15 +0200
committerDave Davenport <qball@blame.services>2021-06-08 22:44:15 +0200
commitdc46457f71b15da58050bf2dd897eda255aeacf5 (patch)
treea3538d6e987f584b57283fb3a128aae037d3f05f /meson.build
parent1a9dac80a9a39d5f71f204710c1b07057d805ead (diff)
Remove deprecated theme options
* color_window * color_urgent * color_active * color_normal
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8d6d2ea6..cfe9817e 100644
--- a/meson.build
+++ b/meson.build
@@ -84,7 +84,6 @@ header_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
header_conf.set_quoted('PACKAGE_BUGREPORT', 'https://github.com/davatorium/rofi/')
header_conf.set_quoted('PACKAGE_URL', 'https://reddit.com/r/qtools/')
-header_conf.set('THEME_CONVERTER', true)
header_conf.set('_GNU_SOURCE', true)
header_conf.set('USE_NK_GIT_VERSION', true)