|
03bd6ead
|
2020-06-03T23:52:10
|
|
[meson] Only pass required dependencies to everything
Instead of passing dependencies as required we used one giant shared
dependency list containing all dependencies for every library/executable.
While this kinda works, the specified deps are also used for generating
the pkg-config files and this leads to lots of Requires.private and Libs.private
entries which aren't really needed.
This removes the "deps" array and replaces it with a few smaller ones and
makes sure the public libraries only get passed the dependencies actually
needed.
Fixes #2441
|
|
68f98241
|
2019-07-22T12:12:02
|
|
meson: update to latest master
|
|
618584e9
|
2018-11-14T20:19:36
|
|
meson: rename incbase to incconfig
Makes it clearer what it's for: config.h. See #4.
|
|
49ba211a
|
2018-11-12T15:36:27
|
|
meson: add options to enable/disable various features
And fix build without GLib. Fixes #2.
|
|
484313ff
|
2018-06-05T02:15:43
|
|
meson: install
|
|
99b26789
|
2018-05-17T14:53:20
|
|
meson: more windows fixes
|
|
920efc0e
|
2018-05-17T01:28:53
|
|
Add Meson build definitions
Fixes #490
http://mesonbuild.com
|