Skip to content

Commit f149e31

Browse files
committed
depends: qt: avoid system harfbuzz and bz2
We may eventually want to break out harfbuzz and build it in depends, but for now just ensure that runtime dependencies don't depend on whether or not harfbuzz was present on the builder.
1 parent 1e8f88e commit f149e31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

depends/packages/freetype.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(package)_file_name=$(package)-$($(package)_version).tar.bz2
55
$(package)_sha256_hash=3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
66

77
define $(package)_set_vars
8-
$(package)_config_opts=--without-zlib --without-png --disable-static
8+
$(package)_config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
99
$(package)_config_opts_linux=--with-pic
1010
endef
1111

depends/packages/qt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ $(package)_config_opts += -prefix $(host_prefix)
6464
$(package)_config_opts += -qt-libpng
6565
$(package)_config_opts += -qt-libjpeg
6666
$(package)_config_opts += -qt-pcre
67+
$(package)_config_opts += -qt-harfbuzz
6768
$(package)_config_opts += -system-zlib
6869
$(package)_config_opts += -static
6970
$(package)_config_opts += -silent

0 commit comments

Comments
 (0)