mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Meson: Fix deprecation warning with 0.49.0 release
http://mesonbuild.com/Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator
This commit is contained in:
@@ -23,7 +23,8 @@ libgthread = library('gthread-2.0',
|
||||
link_args : glib_link_flags,
|
||||
)
|
||||
|
||||
pkg.generate(libraries : [libgthread, thread_dep],
|
||||
pkg.generate(libgthread,
|
||||
libraries : [thread_dep],
|
||||
requires : ['glib-2.0'],
|
||||
version : glib_version,
|
||||
install_dir : glib_pkgconfigreldir,
|
||||
|
Reference in New Issue
Block a user