scripts: setup-{ubuntu,archlinux}.sh: install re2c for php

This commit is contained in:
Henrik Grimler 2022-08-14 20:25:03 +02:00
parent 9a79262b56
commit b6b0ee380c
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ PACKAGES+=" gperf" # Used by the fontconfig build.
PACKAGES+=" help2man"
PACKAGES+=" intltool" # Used by qalc build.
PACKAGES+=" jre8-openjdk-headless"
PACKAGES+=" re2c" # Needed by kphp-timelib
PACKAGES+=" libjpeg-turbo" # Needed by ghostscript.
PACKAGES+=" libtool"
PACKAGES+=" lua" # Needed to build luarocks package.

View File

@ -35,6 +35,7 @@ PACKAGES+=" perl"
PACKAGES+=" pkg-config"
PACKAGES+=" protobuf"
PACKAGES+=" python2"
PACKAGES+=" re2c" # Needed by kphp-timelib
PACKAGES+=" rust"
PACKAGES+=" texinfo"
PACKAGES+=" valac"