dependencies: Add libhandy as a subproject
Allows for building on systems that don't ship libhandy or a version of libhandy that's new enough.
This commit is contained in:
parent
554b390cd4
commit
d11e609543
4 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,7 @@ libmalcontent_ui_public_deps = [
|
|||
dependency('glib-2.0', version: '>= 2.54.2'),
|
||||
dependency('gobject-2.0', version: '>= 2.54'),
|
||||
dependency('gtk+-3.0', version: '>= 3.24'),
|
||||
dependency('libhandy-1', version: '>= 1.1.0'),
|
||||
libhandy_dep,
|
||||
libmalcontent_dep,
|
||||
]
|
||||
libmalcontent_ui_private_deps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue