[Meson] Correctly add default theme resource

This commit is contained in:
Dave Davenport 2021-08-24 18:22:46 +02:00 committed by Dave Davenport
parent 056b82c8ee
commit b96646d9e6
1 changed files with 1 additions and 1 deletions

View File

@ -423,6 +423,7 @@ if check.found()
'test/theme-parser-test.c',
theme_lexer,
theme_parser,
default_theme,
],
objects: rofi.extract_objects([
'config/config.c',
@ -431,7 +432,6 @@ if check.found()
'source/theme.c',
'source/rofi-types.c',
'source/css-colors.c',
'resources/resources.c',
]),
dependencies: deps,
))