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

SteamRuntime: Include pciutils


We already need its source package, and the command-line tool is so
small that we might as well add that too. The Steam client is known
to invoke lspci.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8958f159
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,9 @@ add_packages:
- curl
- file
# Not in the real Runtime, but Steam tries to run lspci
- pciutils
# 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
......@@ -258,9 +261,6 @@ add_packages:
- python
- python-apt
# Not in the real Runtime, but Steam tries to run lspci
- pciutils
# Not in the real Runtime, but Steam tries to run xdg-open; also
# strings(1) says steamui.so runs xdg-icon-resource forceupdate,
# and libcef.so mentions xdg-mime, xdg-desktop-menu,
......
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