mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-06 10:40:27 +01:00
meson: bump glib requirement to 2.62 as we are already using 2.62 API
This commit is contained in:
parent
6c592f3322
commit
863c2d496a
1 changed files with 3 additions and 3 deletions
|
|
@ -39,10 +39,10 @@ endif
|
|||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
glib_req_version = '>= 2.58'
|
||||
glib_req_version = '>= 2.62'
|
||||
add_project_arguments([
|
||||
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_58',
|
||||
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_58',
|
||||
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_62',
|
||||
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_62',
|
||||
], language: 'c'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue