mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
.gitlab-ci
.reuse
LICENSES
docs
reference
gio
gdbus-object-manager-example
xml
gtkdocentities.ent.in
meson.build
.gitignore
concat-files-helper.py
gapplication.xml
gdbus-codegen.xml
gdbus.xml
gio-docs-unix.xml
gio-docs-win32.xml
gio-docs.xml
gio-querymodules.xml
gio-sections-common.txt
gio-sections-win32.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
backports.md
debugging.txt
macros.txt
meson-version.md
rationales.md
releasing.md
roadmap.md
supported-platforms.md
testing.md
toolchain-requirements.md
fuzzing
gio
glib
gmodule
gobject
gthread
m4macros
po
subprojects
tests
tools
.clang-format
.dir-locals.el
.editorconfig
.gitignore
.gitlab-ci.yml
.gitmodules
.lcovrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
HACKING
INSTALL.md
NEWS
README.md
README.win32.md
SECURITY.md
glib.doap
meson.build
meson_options.txt
msvc_recommended_pragmas.h
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
|
|
)
|