aboutsummaryrefslogtreecommitdiff
path: root/libs/libqrtr-glib/Makefile
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* libqrtr-glib: drop deprecated AUTORELEASEKuan-Yi Li2022-12-09
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libqrtr-glib: Makefile polishingMaxim Anisimov2022-03-28
| | | | | | | Enabled lto and additional gcc flags for perfomance and less size. Removed BUILD_PARALLEL options. These are default with ninja/meson. Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* libqrtr-glib: bump to 1.2.2Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | Builds are now done from git repository based on release tag. [1][2] Switch to meson as GNU autotools based build is no longer supported. [2] Update SPDX license identifier [3] and switch to AUTORELEASE to avoid manual increments. [1] https://www.freedesktop.org/software/libqmi/libqrtr-glib-RELEASES-README [2] https://lists.freedesktop.org/archives/libqmi-devel/2021-November/003721.html [3] https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/tree/1.2.2#license Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* libqrtr-glib: add libqrtr-glibNicholas Smith2021-02-24
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>