Skip to content

Commit f643224

Browse files
committed
depends: Attempt to fix libXext's dependency issue
1 parent f05fbd4 commit f643224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/libXext.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ define $(package)_preprocess_cmds
1414
endef
1515

1616
define $(package)_config_cmds
17-
$($(package)_autoconf)
17+
PKG_CONFIG="`which pkg-config` --static" $($(package)_autoconf)
1818
endef
1919

2020
define $(package)_build_cmds

0 commit comments

Comments
 (0)