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
|
@ -134,6 +134,7 @@ else
|
|||
'Malcontent-' + libmalcontent_api_version + '.typelib']
|
||||
endif
|
||||
if get_option('ui').enabled()
|
||||
libhandy_dep = dependency('libhandy-1', version: '>=1.1.0', fallback: ['libhandy', 'libhandy_dep'])
|
||||
subdir('libmalcontent-ui')
|
||||
endif
|
||||
subdir('malcontent-client')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue