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.86.1-1 can be used by adding the following lines to your meson.build file:
gthread-2.0_dep = dependency('gthread-2.0')
gobject-2.0_dep = dependency('gobject-2.0')
gmodule-no-export-2.0_dep = dependency('gmodule-no-export-2.0')
gmodule-export-2.0_dep = dependency('gmodule-export-2.0')
gmodule-2.0_dep = dependency('gmodule-2.0')
glib-2.0_dep = dependency('glib-2.0')
gio-2.0_dep = dependency('gio-2.0')
gio-windows-2.0_dep = dependency('gio-windows-2.0')
gio-unix-2.0_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.