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

Don't include most command-line tools for now


This gives us a baseline for the bare minimum we can include.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 33aad35e
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,12 @@ add_packages_multiarch:
- libtxc-dxtn-s2tc0
add_packages:
# Not in the real Runtime, but Steam tries to run it. Since Ubuntu
# 14.10 (utopic) and Debian 8 (jessie) it's in coreutils instead.
- realpath
# Disabled for now
.add_packages:
- zenity
# Not in the real Runtime, but steam-launcher dependencies
......@@ -256,10 +262,6 @@ add_packages:
# So does libcef.so.
- xdg-user-dirs
# Not in the real Runtime, but Steam tries to run it. Since Ubuntu
# 14.10 (utopic) and Debian 8 (jessie) it's in coreutils instead.
- realpath
platform:
null: null
......
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