Skip to content
Snippets Groups Projects
Commit 57c55252 authored by Simon McVittie's avatar Simon McVittie
Browse files

runtimes: Add Toolbx packages to example runtimes


This will add the packages required for Toolbx to the Platform
Docker-style -sysroot.tar.gz, but remove them before building the
Flatpak-style -runtime.tar.gz.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent af6178fd
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,19 @@
# SPDX-License-Identifier: MIT
id_prefix: net.debian.flatpak.Base
# These packages are required by Toolbx
add_packages:
- libcap2-bin
- mount
- passwd
- sudo
add_packages_multiarch:
- libc6
- libstdc++6
toolbx: true
sdk:
add_packages:
- apt-forktracer
......@@ -22,5 +31,4 @@ sdk:
- python3-debian
- strace
- valgrind
toolbx: true
...
......@@ -2,6 +2,17 @@
# Copyright 2017-2020 Collabora Ltd.
# SPDX-License-Identifier: MIT
id_prefix: net.debian.flatpak.Games
toolbx: true
add_packages:
# These packages are required by Toolbx
- libcap2-bin
- mount
- passwd
- sudo
- libopusfile0
- x11-utils
add_packages_multiarch:
- libcurl3-gnutls
......@@ -21,10 +32,6 @@ add_packages_multiarch:
- libxcb-render0
- zlib1g
add_packages:
- libopusfile0
- x11-utils
platform:
null: null
......@@ -54,7 +61,6 @@ sdk:
- strace
- valgrind
- zlib1g-dev
toolbx: true
add-extensions:
# FIXME: This is not properly multiarch-aware, but it's enough for a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment