Aktionen
Feature #283
offen[PATCH] Prepare .pc and .cmake for static builds
Status:
New
Priorität:
Normal
Zugewiesen an:
-
Kategorie:
Gwenhywfar
Zielversion:
-
Beginn:
25.08.2022
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
Betriebssystem:
andere
AqBanking-Version:
5.10.1
Anwendung:
andere
Version der Anwendung:
Beschreibung
This adds support for consuming a gwenhywfar that was compiled statically. Note that it does not guarantee the actual functionality of gwenhywfar compiled as such, but it prepares .pc and .cmake files for that.
Dateien
Aktionen
#1
Von wrobelda vor fast 3 Jahren aktualisiert
Just realized that additional work in similar fashion is required for the GUIs, for their .pc.in and/or cmake.in, for all their own dependencies that they use.
Aktionen
#2
Von wrobelda vor fast 3 Jahren aktualisiert
I'm also thinking that the pkg_check_modules() calls in cmake.in can be replaced with ordinary find_package() calls, if available, like for FindGnuTLS. Can be guarded with the minimum required CMake version number, per the find module's documentation (e.g. 3.16 for FindGnuTLS)
Aktionen