From ebe1a9c64962a2e41dc8df2e9f0f3bdad5aaf65e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 16 Aug 2020 17:59:37 +0200 Subject: [PATCH] Set the pkgconfig binary name in cross file #31 Without this you can't cross compile on Fedora 32, not sure why this is needed since it worked fine on earlier versions and pkg-config seems to get detected correctly on any other distro. --- cross-wine.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cross-wine.conf b/cross-wine.conf index bd5bcf3e..f6451855 100644 --- a/cross-wine.conf +++ b/cross-wine.conf @@ -3,6 +3,8 @@ c = 'winegcc' cpp = 'wineg++' ar = 'ar' strip = 'strip' +# Needs to be specified explicitely for Fedora 32 +pkgconfig = 'pkg-config' [properties] # Instead of specifying the target architecture below, we'll do this directly in