From ecee3a9e7d95162ea5defe080704a14665865835 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 18 Jul 2023 21:41:54 +0530 Subject: [PATCH] meson: Provide fontconfig dep from the subproject The wrap was doing nothing, because nothing in it was providing the dep. Part-of: --- subprojects/fontconfig.wrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subprojects/fontconfig.wrap b/subprojects/fontconfig.wrap index f92f2ce616..5f956443df 100644 --- a/subprojects/fontconfig.wrap +++ b/subprojects/fontconfig.wrap @@ -4,3 +4,6 @@ source_url = https://www.freedesktop.org/software/fontconfig/release/fontconfig- source_filename = fontconfig-2.14.2.tar.xz source_hash = dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b diff_files = fontconfig-2.14.2/0001-meson-Always-use-posix-path-even-on-Windows.patch, fontconfig-2.14.2/0001-meson-Always-write-utf-8-files-with-LF-newlines.patch + +[provide] +fontconfig = fontconfig_dep