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:
@ -47,7 +47,7 @@ endif
|
||||
foreach h : base_headers
|
||||
install_headers(
|
||||
join_paths(h[0], h[1]),
|
||||
subdir: join_paths('webrtc_audio_processing', 'rtc_base', h[0])
|
||||
subdir: join_paths(include_subdir, 'rtc_base', h[0])
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
Reference in New Issue
Block a user