mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
gitmodules: Update libnkutils
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
aa0cd52a7f
commit
f9cf9c6b87
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ config_h = configure_file(output: 'config.h', configuration: header_conf)
|
||||||
nk_options = [
|
nk_options = [
|
||||||
'bindings=true',
|
'bindings=true',
|
||||||
'xdg-theme=true',
|
'xdg-theme=true',
|
||||||
'git-root=@0@'.format(join_paths(meson.source_root(), '.git')),
|
'git-work-tree=@0@'.format(meson.source_root()),
|
||||||
]
|
]
|
||||||
nk = subproject('libnkutils', default_options: nk_options)
|
nk = subproject('libnkutils', default_options: nk_options)
|
||||||
nk_subproject_options = nk.get_variable('nk_options')
|
nk_subproject_options = nk.get_variable('nk_options')
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d10bf44787e80f3df5132637b934ec75dc347a1b
|
Subproject commit cb016e5706ac0e4b4cd0857fee2bef315bf18497
|
Loading…
Reference in a new issue