summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* xgamma: upgrade 1.0.6 -> 1.0.7alperak2023-12-071-0/+15
Changelog: * Use strtof() if available, instead of casting atof() to float * Refactor to reduce code duplication * Resolve -Wdouble-promotion warnings from clang * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>