[Orxonox-commit 7424] r155 - linux/flatpak
bucyril at orxonox.net
bucyril at orxonox.net
Fri Oct 12 14:37:08 CEST 2018
Author: bucyril
Date: 2018-10-12 14:37:08 +0200 (Fri, 12 Oct 2018)
New Revision: 155
Modified:
linux/flatpak/net.orxonox.Orxonox.json
Log:
reverted, works again now
Modified: linux/flatpak/net.orxonox.Orxonox.json
===================================================================
--- linux/flatpak/net.orxonox.Orxonox.json 2018-10-12 06:50:52 UTC (rev 154)
+++ linux/flatpak/net.orxonox.Orxonox.json 2018-10-12 12:37:08 UTC (rev 155)
@@ -30,17 +30,17 @@
},
{
"name": "boost",
- "buildsystem": "simple",
- "build-commands": [
- "./bootstrap.sh --prefix=/app --with-libraries=date_time,filesystem,thread",
- "./b2 --with-date_time --with-filesystem --with-thread link=static threading=multi variant=release install"
- ],
"sources": [
{
"type": "archive",
"path": "deps/boost_1_68_0.tar.bz2",
"sha256": "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7"
- }
+ },
+ {
+ "type": "file",
+ "path": "res/boost-configure",
+ "dest-filename": "configure"
+ }
]
},
{
More information about the Orxonox-commit
mailing list