summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreri <epazos@igalia.com>2024-10-16 13:35:17 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-10-17 10:30:55 +0000
commit5a30000045eee668b21543b2d047a93b621b1858 (patch)
tree836575844fefb0081001f739916d71dfb82d17a5
parent830314661573c59aaf44fb6f4f2b2fe2e1cf94a1 (diff)
cerbero-uninstalled: Add missing dependencies on Arch Linux
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1594>
-rw-r--r--cerbero/bootstrap/linux.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cerbero/bootstrap/linux.py b/cerbero/bootstrap/linux.py
index b3f70d82..68c04307 100644
--- a/cerbero/bootstrap/linux.py
+++ b/cerbero/bootstrap/linux.py
@@ -275,6 +275,8 @@ class ArchBootstrapper(UnixBootstrapper):
'ccache',
'openssl',
'alsa-lib',
+ 'which',
+ 'libpulse',
]
def __init__(self, config, offline, assume_yes):