mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
.gitlab-ci
docs
reference
gio
xml
gtkdocentities.ent.in
meson.build
.gitignore
gapplication.xml
gdbus-codegen.xml
gdbus.xml
gio-docs.xml
gio-querymodules.xml
gio-sections.txt
gio.xml
glib-compile-resources.xml
glib-compile-schemas.xml
gresource.xml
gsettings.xml
gvfs-overview.odg
gvfs-overview.png
menu-example.png
menu-model.png
meson.build
migrating-gconf.xml
migrating-gdbus.xml
migrating-gnome-vfs.xml
migrating-posix.xml
overview.xml
version.xml.in
glib
gobject
.gitignore
AUTHORS
COPYING
NEWS
meson.build
CODEOWNERS
debugging.txt
macros.txt
fuzzing
gio
glib
gmodule
gobject
gthread
m4macros
po
subprojects
tests
.dir-locals.el
.gitattributes
.gitignore
.gitlab-ci.yml
AUTHORS
CONTRIBUTING.md
COPYING
HACKING
INSTALL.in
NEWS
NEWS.pre-1-3
README
README.md
README.rationale
README.win32
check-abis.sh
glib-gettextize.in
glib.doap
glib.supp
meson.build
meson_options.txt
msvc_recommended_pragmas.h
sanity_check
template-tap.test.in
template.test.in
15 lines
511 B
Meson
15 lines
511 B
Meson
ent_conf = configuration_data()
|
|
ent_conf.set('PACKAGE', 'glib')
|
|
ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/glib/issues/new')
|
|
ent_conf.set('PACKAGE_NAME', 'glib')
|
|
ent_conf.set('PACKAGE_STRING', 'glib')
|
|
ent_conf.set('PACKAGE_TARNAME', 'glib')
|
|
ent_conf.set('PACKAGE_URL', 'FIXME')
|
|
ent_conf.set('PACKAGE_VERSION', glib_version)
|
|
ent_conf.set('PACKAGE_API_VERSION', glib_api_version)
|
|
configure_file(
|
|
input: 'gtkdocentities.ent.in',
|
|
output: 'gtkdocentities.ent',
|
|
configuration: ent_conf
|
|
)
|