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
|
@ -28,8 +28,8 @@ malcontent_control = executable('malcontent-control',
|
|||
dependency('glib-2.0', version: '>= 2.54.2'),
|
||||
dependency('gobject-2.0', version: '>= 2.54'),
|
||||
dependency('gtk+-3.0'),
|
||||
dependency('libhandy-1', version: '>=1.1.0'),
|
||||
dependency('polkit-gobject-1'),
|
||||
libhandy_dep,
|
||||
libmalcontent_dep,
|
||||
libmalcontent_ui_dep,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue