Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Build sigc ourselves.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Jun 10, 2023
1 parent 1f4076d commit 71cb93b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ apps:
WF_cyphesis_bindir: "$SNAP/bin"

parts:
sigc++:
source: https://github.com/libsigcplusplus/libsigcplusplus
source-tag: 3.4.0
plugin: cmake
cmake-parameters: [ "-DCMAKE_INSTALL_PREFIX=" ]
build-packages:
- g++

wfmath:
source: https://github.com/worldforge/wfmath.git
plugin: cmake
Expand All @@ -74,10 +82,9 @@ parts:
plugin: cmake
cmake-parameters: [ "-DCMAKE_INSTALL_PREFIX=" ]
build-packages:
- g++
- libsigc++-3.0-dev
stage-packages:
- libsigc++-3.0-0
- g++§
after:
- sigc++

mercator:
source: https://github.com/worldforge/mercator.git
Expand Down Expand Up @@ -129,11 +136,11 @@ parts:
- libboost-system1.74.0
- libbullet3.06
- libpython3.10
- libsigc++-3.0-0
- libxdg-basedir1
after:
- media
- atlas
- varconf
- mercator
- worlds
- sigc++

0 comments on commit 71cb93b

Please sign in to comment.