summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-04-12 18:08:57 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-30 19:01:01 +0200
commit03eb4a3abb24fef82ac48884521f54ee735c1739 (patch)
tree2e2e60488bcb485345120ef41f1546354eb8a359 /meson.build
parentfb37aaa70d2e7e028d4749633b3704cfcd27ef86 (diff)
drun: Implement icon support
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cb4c76bc..8fa9d2d9 100644
--- a/meson.build
+++ b/meson.build
@@ -104,6 +104,7 @@ config_h = configure_file(output: 'config.h', configuration: header_conf)
nk_modules = [
'bindings=true',
+ 'xdg-theme=true',
]
nk = subproject('libnkutils', default_options: nk_modules)
nk_options = nk.get_variable('nk_options')