From: Nikita Popov Date: Thu, 16 Jul 2020 19:17:21 +0000 (+0200) Subject: Revert "Drop freetype from i386" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc6979b79e1ee9b7de7efa84a938a8be49f91276;p=php Revert "Drop freetype from i386" This reverts commit 8641d76f62273f3a73449fd720c93c63992f3b5a. This appears to work again now... --- diff --git a/azure/i386/apt.yml b/azure/i386/apt.yml index 590baa2262..4dd09423c9 100644 --- a/azure/i386/apt.yml +++ b/azure/i386/apt.yml @@ -40,6 +40,7 @@ steps: libpq-dev:i386 \ libreadline-dev:i386 \ libffi-dev:i386 \ + libfreetype6-dev:i386 \ libsodium-dev:i386 \ ${{ parameters.packages }} displayName: 'APT' diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 203873e87c..83e8705f0f 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -29,6 +29,7 @@ jobs: --enable-gd \ --with-jpeg \ --with-webp \ + --with-freetype \ --with-xpm \ --enable-exif \ --with-zip \