Skip to content

Commit 1665c8b

Browse files
committed
make: remove superfluous dependency disables
emscripten already sets PKG_CONFIG_LIBDIR preventing non-wasm libraries installed in the system to be detected (and it doesn't provide a way for us to set _LIBDIR ourselves).
1 parent f248b9e commit 1665c8b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ build/lib/freetype/build_hb/dist_hb/lib/libfreetype.a: $(DIST_DIR)/lib/libbrotli
105105
--disable-shared \
106106
\
107107
--with-brotli=yes \
108-
--without-zlib \
109-
--without-bzip2 \
110-
--without-png \
111108
--without-harfbuzz \
112109
&& \
113110
emmake make -j8 && \
@@ -137,11 +134,7 @@ $(DIST_DIR)/lib/libharfbuzz.a: build/lib/freetype/build_hb/dist_hb/lib/libfreety
137134
--disable-shared \
138135
--disable-dependency-tracking \
139136
\
140-
--without-cairo \
141-
--without-fontconfig \
142-
--without-icu \
143137
--with-freetype \
144-
--without-glib \
145138
&& \
146139
cd src && \
147140
emmake make -j8 install-libLTLIBRARIES install-pkgincludeHEADERS install-pkgconfigDATA
@@ -161,9 +154,6 @@ $(DIST_DIR)/lib/libfreetype.a: $(DIST_DIR)/lib/libharfbuzz.a $(DIST_DIR)/lib/lib
161154
--disable-shared \
162155
\
163156
--with-brotli=yes \
164-
--without-zlib \
165-
--without-bzip2 \
166-
--without-png \
167157
--with-harfbuzz \
168158
&& \
169159
emmake make -j8 && \

0 commit comments

Comments
 (0)