Commit graph

5 commits

Author SHA1 Message Date
Rico Tzschichholz e4c8a10b65 meson: Properly install icons
Use rename kwarg of install_data() and require meson 0.46.0
2018-06-06 08:57:30 +02:00
Iñigo Martínez c663fb9398 build: Remove unused defines
meson generates the config.h file with multiple defines to be used
as guards, in the same way as autotools does. However, almost all of
them are not used.

This patch removes the unused defines.

https://bugzilla.gnome.org/show_bug.cgi?id=788796
2017-11-15 11:22:09 +01:00
Iñigo Martínez 98a1498a8e build: Change project's default values
The project license has a different license from the one in the
source code files: GPL2 in the project's description, and GPL2 or
later in the source code files.

The default options for warning level and the no undefined flag when
linking have also the default options already used by meson.

This patch fixes the project license and also removes the default
options which are already used by meson.

https://bugzilla.gnome.org/show_bug.cgi?id=788796
2017-11-15 11:22:09 +01:00
Iñigo Martínez d56af4d802 build: Follow the new meson porting guidelines
Following the new meson porting guidelines, this patch renames the
build options. The list of changes is as follows:

- Remove the enable prefix from boolean options.
- The character separator from multi-word options has been changed
  to underscore.

The warning compiler options are also removed because meson's
compiler related options should be used.

https://bugzilla.gnome.org/show_bug.cgi?id=788796
2017-11-15 11:19:53 +01:00
Iñigo Martínez c876e0e255 build: Port to meson build system
meson is a build system focused on speed an ease of use, which
helps speeding up the software development. This patch adds meson
support along autotools.

https://bugzilla.gnome.org/show_bug.cgi?id=788796
2017-10-16 13:40:57 +02:00