mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +00:00
e81567786c
* Preliminary documentation of CallsCall and CallsMessageSource * Documentation and cleaning up of CallsCallData * Add data files and meson rules to create gtk-doc documentation * Move some macros from util.h to calls-message-source.h
9 lines
515 B
Meson
9 lines
515 B
Meson
ent_conf = configuration_data()
|
|
ent_conf.set('PACKAGE', 'Calls')
|
|
ent_conf.set('PACKAGE_BUGREPORT', 'https://code.puri.sm/Librem5/calls/issues')
|
|
ent_conf.set('PACKAGE_NAME', 'Calls')
|
|
ent_conf.set('PACKAGE_STRING', 'calls')
|
|
ent_conf.set('PACKAGE_TARNAME', 'calls-' + meson.project_version())
|
|
ent_conf.set('PACKAGE_URL', 'https://code.puri.sm/Librem5/calls')
|
|
ent_conf.set('PACKAGE_VERSION', meson.project_version())
|
|
configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)
|