Skip to content
Snippets Groups Projects
Commit b7ea6b8c authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'libcroco-fix' into '2020'

libcroco (fix build dependency)

See merge request hps-public/easybuild-repository!550
parents 94efd321 db1519f7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,10 @@ toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
sources = [SOURCE_TAR_XZ]
source_urls = ['http://ftp.gnome.org/pub/GNOME/sources/libcroco/%(version_major_minor)s/']
builddependencies = [('binutils', '2.34')]
builddependencies = [
('binutils', '2.34'),
('pkg-config', '0.29.2'),
]
dependencies = [
('zlib', '1.2.11'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment