From bc6979b79e1ee9b7de7efa84a938a8be49f91276 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 16 Jul 2020 21:17:21 +0200 Subject: Revert "Drop freetype from i386" This reverts commit 8641d76f62273f3a73449fd720c93c63992f3b5a. This appears to work again now... --- azure/i386/apt.yml | 1 + azure/i386/job.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'azure/i386') 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 \ -- cgit v1.2.1