mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Update to upstream CLAP 1.1.2
This adds explicit calling conventions.
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
[wrap-git]
|
||||
# url = https://github.com/free-audio/clap.git
|
||||
# # This is tag 1.1.1
|
||||
# revision = af1e05ce6487151c6b36003fdb47566dbb50194e
|
||||
# FIXME: This is a fork that adds calling convention, as it's not possible to
|
||||
# use CLAP with Winelib bridging otherwise
|
||||
url = https://github.com/robbert-vdh/clap.git
|
||||
revision = feature/calling-conventions
|
||||
url = https://github.com/free-audio/clap.git
|
||||
# This is tag 1.1.2
|
||||
revision = 27b7af0bebf4816d6286fa969d746abad05e89f2
|
||||
depth = 1
|
||||
patch_directory = clap
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
project('clap', 'cpp', version : '1.1.1')
|
||||
project('clap', 'cpp', version : '1.1.2')
|
||||
|
||||
clap_dep = declare_dependency(include_directories : include_directories('include'))
|
||||
|
||||
Reference in New Issue
Block a user