build: Make packages versioned
Since we cannot rely on the API to be stable upstream, let's start making the pkg-config, library, and include dir have a version suffix. This will allow different downstream projects depending on us to independently switch versions without packagers having to jump through hoops.
This commit is contained in:
@ -28,7 +28,7 @@ api_headers = [
|
||||
foreach h : api_headers
|
||||
install_headers(
|
||||
join_paths(h[0], h[1]),
|
||||
subdir: join_paths('webrtc_audio_processing', 'api', h[0])
|
||||
subdir: join_paths(include_subdir, 'api', h[0])
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
Reference in New Issue
Block a user