1From 9d3f6e9ff5e66af90a5d187d902f7893fb91c24b Mon Sep 17 00:00:00 2001
2From: "Kirill A. Korinsky" <kirill@korins.ky>
3Date: Fri, 1 Jul 2022 12:23:37 +0200
4Subject: [PATCH] Always check for pkg-config
5
6---
7 build/moz.configure/pkg.configure | 2 +-
8 1 file changed, 1 insertion(+), 1 deletions(-)
9
10diff --git a/build/moz.configure/pkg.configure b/build/moz.configure/pkg.configure
11index 418331b874f47..09cc40eda03fa 100644
12--- a/build/moz.configure/pkg.configure
13+++ b/build/moz.configure/pkg.configure
14@@ -12,7 +12,7 @@ def pkg_config(prefixes):
15
16 @depends(compile_environment, target)
17 def use_pkg_config(compile_environment, target):
18- return compile_environment and target.os not in ("WINNT", "OSX", "Android")
19+ return compile_environment
20
21
22 pkg_config = check_prog(