| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
|
|
|
|
|
|
|
|
|
|
* Many upstreams build static libraries by default, as this is
simpler for distribution. Developers can still override this
variable if required.
Examples:
https://github.com/pezmaster31/bamtools/blob/master/CMakeLists.txt#L64
|
|
* Using the ninja backend as a default is the only way to
massively improve src_compile core utilization, given that
it seems unlikely that CMake will ever produce non-recursive
Makefiles.
See also:
http://www.kaizou.org/2016/09/build-benchmark-large-c-project/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keeping it masked until release of KDE Frameworks 5.50 though.
|
|
KDE Applications 18.08 have this as minimum dependency already,
only 18.04.3 can build with old Frameworks.
|
|
|
|
KDE Plasma 5.14 has this as minimum dependency and 5.13 effectively already,
only 5.12 LTS can build with old Qt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reported-by: GinoM <onigino@protonmail.com>
|
|
|
|
|
|
No consumers and provided only git as option, which won't change anytime
soon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|