mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Allow resolving dependencies through cmake
This commit is contained in:
@@ -5,6 +5,9 @@ ar = 'ar'
|
|||||||
strip = 'strip'
|
strip = 'strip'
|
||||||
# Needs to be specified explicitely for Fedora 32
|
# Needs to be specified explicitely for Fedora 32
|
||||||
pkgconfig = 'pkg-config'
|
pkgconfig = 'pkg-config'
|
||||||
|
# Useful for packaging so Meson can resolve dependencies without a pkg-config
|
||||||
|
# file from the repositories
|
||||||
|
cmake = 'cmake'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
needs_exe_wrapper = true
|
needs_exe_wrapper = true
|
||||||
|
|||||||
Reference in New Issue
Block a user