summaryrefslogtreecommitdiff
path: root/jpegutils/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* build: Simplify jpegutils source fileIñigo Martínez2021-12-291-7/+1
| | | | | `jpegutils` choose between two different source files based on the features it supports. This have been simplified.
* build: Use strings for include_directoriesIñigo Martínez2021-12-291-1/+1
| | | | | | | Since meson 0.50, `include_directories` also include strings[0]. This feature is used to improve slightly build files. [0] https://mesonbuild.com/Release-notes-for-0-50-0.html#include_directories-accepts-a-string
* build: Add trailing commasIñigo Martínez2019-07-141-2/+2
| | | | | | | Add missing trailing commas that avoids getting noise when another file/parameter is added and eases reviewing changes[0]. [0] https://gitlab.gnome.org/GNOME/dconf/merge_requests/11#note_291585
* build: Improve jpegutils handlingIñigo Martínez2018-02-271-4/+6
| | | | | | | Add explicitly jpegutils when libjpeg option is enabled, instead of using an empty string when the option is disabled. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Port to meson build systemIñigo Martínez2017-11-121-0/+16
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=784354