Skip to content

Commit

Permalink
Revert "Don't set PKG_CONFIG_SYSROOT_DIR env variable to build Qt."
Browse files Browse the repository at this point in the history
This reverts commit 9a26b42.
  • Loading branch information
UdjinM6 committed Dec 18, 2020
1 parent 276e712 commit 6fc0d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ define $(package)_preprocess_cmds
endef

define $(package)_config_cmds
export PKG_CONFIG_SYSROOT_DIR=/ && \
export PKG_CONFIG_LIBDIR=$(host_prefix)/lib/pkgconfig && \
export PKG_CONFIG_PATH=$(host_prefix)/share/pkgconfig && \
./configure $($(package)_config_opts) && \
Expand Down

0 comments on commit 6fc0d83

Please sign in to comment.