mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Meson] Correctly add default theme resource
This commit is contained in:
parent
acb1979f10
commit
262bfabd3b
1 changed files with 1 additions and 1 deletions
|
@ -423,6 +423,7 @@ if check.found()
|
||||||
'test/theme-parser-test.c',
|
'test/theme-parser-test.c',
|
||||||
theme_lexer,
|
theme_lexer,
|
||||||
theme_parser,
|
theme_parser,
|
||||||
|
default_theme,
|
||||||
],
|
],
|
||||||
objects: rofi.extract_objects([
|
objects: rofi.extract_objects([
|
||||||
'config/config.c',
|
'config/config.c',
|
||||||
|
@ -431,7 +432,6 @@ if check.found()
|
||||||
'source/theme.c',
|
'source/theme.c',
|
||||||
'source/rofi-types.c',
|
'source/rofi-types.c',
|
||||||
'source/css-colors.c',
|
'source/css-colors.c',
|
||||||
'resources/resources.c',
|
|
||||||
]),
|
]),
|
||||||
dependencies: deps,
|
dependencies: deps,
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue