mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
12 lines
337 B
Diff
12 lines
337 B
Diff
diff -Paur --no-dereference -- libcairo.upstream/configure libcairo/configure
|
|
--- libcairo.upstream/configure
|
|
+++ libcairo/configure
|
|
@@ -33026,7 +33026,7 @@
|
|
|
|
|
|
|
|
-if pkg-config --exists 'pixman-1 >= 0.27.1'; then
|
|
+if ${PKG_CONFIG:-pkg-config} --exists 'pixman-1 >= 0.27.1'; then
|
|
|
|
$as_echo "#define HAS_PIXMAN_GLYPHS 1" >>confdefs.h
|
|
|