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
09db7d5d3f
commit
50265f244b
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
project('rofi', 'c',
|
||||
version: '1.5.1-dev',
|
||||
meson_version: '>=0.39.1',
|
||||
meson_version: '>=0.47.0',
|
||||
license: [ 'MIT' ],
|
||||
default_options: [
|
||||
'c_std=c99',
|
||||
|
@ -103,6 +103,7 @@ foreach o : nk_options + nk_subproject_options
|
|||
endif
|
||||
endforeach
|
||||
deps += nk.get_variable('libnkutils')
|
||||
deps += nk.get_variable('libnkutils_bindings')
|
||||
|
||||
install_headers([
|
||||
'include/mode.h',
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c023d87b507f7bca40924585c9d16bcfca1004d9
|
||||
Subproject commit 4431565f2552b3e974c49cbf227b1eadee43e639
|
Loading…
Reference in a new issue