[education/labplot] /: flatpak: boost system not as library anymore
Stefan Gerlach <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f5f9fed8cbeb5d89266c805387e416471d9e99e3 by Stefan Gerlach.
Committed on 03/08/2026 at 06:41.
Pushed by sgerlach into branch 'master'.
flatpak: boost system not as library anymore
M +1 -1 .flatpak-manifest.json
https://invent.kde.org/education/labplot/-/commit/f5f9fed8cbeb5d89266c805387e416471d9e99e3
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index a64c558f28..b685660dfd 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -88,7 +88,7 @@
"name": "boost",
"buildsystem": "simple",
"build-commands": [
- "./bootstrap.sh --prefix=/app --with-libraries=system,iostreams,program_options,filesystem,date_time",
+ "./bootstrap.sh --prefix=/app --with-libraries=iostreams,program_options,filesystem,date_time",
"./b2 -j $FLATPAK_BUILDER_N_JOBS install"
],
"sources": [