billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=d77e72647ed5d5959b8cb91a8886412546e54103
commit d77e72647ed5d5959b8cb91a8886412546e54103 Author: Boris Faure <[email protected]> Date: Mon Jun 29 21:55:38 2020 +0200 snap: it seems it needs g++ --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d416ce1..c15f648 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -68,6 +68,7 @@ parts: - -Dbuild-tests=false build-packages: - gcc + - g++ - pkg-config - libdbus-1-dev - libfontconfig1-dev --
