Version:
Usage
Install the latest glib package with the following command:
meson wrap install glibOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from glib 2.88.0-1 can be used by adding the following lines to your meson.build file:
gthread_dep = dependency('gthread-2.0')
gobject_dep = dependency('gobject-2.0')
gmodule_no_export_dep = dependency('gmodule-no-export-2.0')
gmodule_export_dep = dependency('gmodule-export-2.0')
gmodule_dep = dependency('gmodule-2.0')
glib_dep = dependency('glib-2.0')
gio_dep = dependency('gio-2.0')
gio_windows_dep = dependency('gio-windows-2.0')
gio_unix_dep = dependency('gio-unix-2.0')
glib_genmarshal_prog = find_program('glib-genmarshal')
glib_mkenums_prog = find_program('glib-mkenums')
glib_compile_schemas_prog = find_program('glib-compile-schemas')
glib_compile_resources_prog = find_program('glib-compile-resources')
gio_querymodules_prog = find_program('gio-querymodules')
gdbus_codegen_prog = find_program('gdbus-codegen')Patch Files Preview
No patch files needed for this package.