summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-05-18 21:42:33 +0530
committerTim-Philipp Müller <tim@centricular.com>2022-05-25 14:36:58 +0100
commitdbae4c8df22099f2f1d475f6205848fe2fff3764 (patch)
treed1534bdefdbe7036de81c22ab02bae7b41a1e36f
parent4965369040e8a37b3664d5eb72f246d871fcbbd3 (diff)
bootstrap: Add perl dep needed by openssl
This is not installed by default on Red Hat, so pull it in bootstrap See: https://github.com/openssl/openssl/issues/13761 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/873>
-rw-r--r--cerbero/bootstrap/linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/bootstrap/linux.py b/cerbero/bootstrap/linux.py
index 48368850..25465a97 100644
--- a/cerbero/bootstrap/linux.py
+++ b/cerbero/bootstrap/linux.py
@@ -111,7 +111,7 @@ class RedHatBootstrapper (UnixBootstrapper):
'mesa-libGL-devel', 'libXcomposite-devel', 'perl-ExtUtils-MakeMaker',
'libXi-devel', 'perl-XML-Simple', 'gperf', 'wget', 'libXrandr-devel',
'libXtst-devel', 'git', 'xorg-x11-util-macros', 'mesa-libEGL-devel',
- 'ccache', 'openssl-devel', 'alsa-lib-devel',
+ 'ccache', 'openssl-devel', 'alsa-lib-devel', 'perl-FindBin',
]
def __init__(self, config, offline, assume_yes):