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:
@ -12,7 +12,7 @@ system_headers = [
|
||||
]
|
||||
|
||||
install_headers(system_headers,
|
||||
subdir: 'webrtc_audio_processing/system_wrappers/include'
|
||||
subdir: join_paths(include_subdir, 'system_wrappers', 'include')
|
||||
)
|
||||
|
||||
libsystem_wrappers = static_library('system_wrappers',
|
||||
|
Reference in New Issue
Block a user