@@ -10,7 +10,6 @@ $(package)_linguist_tools = lrelease lupdate lconvert
10
10
$(package)_patches = qt.pro
11
11
$(package)_patches += qttools_src.pro
12
12
$(package)_patches += mac-qmake.conf
13
- $(package)_patches += fix_qt_pkgconfig.patch
14
13
$(package)_patches += no-xlib.patch
15
14
$(package)_patches += dont_hardcode_pwd.patch
16
15
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch
@@ -64,6 +63,7 @@ $(package)_config_opts += -no-mimetype-database
64
63
$(package ) _config_opts += -no-mtdev
65
64
$(package ) _config_opts += -no-openssl
66
65
$(package ) _config_opts += -no-openvg
66
+ $(package ) _config_opts += -no-pkg-config
67
67
$(package ) _config_opts += -no-reduce-relocations
68
68
$(package ) _config_opts += -no-schannel
69
69
$(package ) _config_opts += -no-sctp
@@ -84,7 +84,6 @@ $(package)_config_opts += -nomake examples
84
84
$(package ) _config_opts += -nomake tests
85
85
$(package ) _config_opts += -nomake tools
86
86
$(package ) _config_opts += -opensource
87
- $(package ) _config_opts += -pkg-config
88
87
$(package ) _config_opts += -prefix $(host_prefix )
89
88
$(package ) _config_opts += -qt-libpng
90
89
$(package ) _config_opts += -qt-pcre
@@ -226,7 +225,6 @@ define $(package)_preprocess_cmds
226
225
cp $($(package ) _patch_dir) /qttools_src.pro qttools/src/src.pro && \
227
226
patch -p1 -i $($(package ) _patch_dir) /fix-macos-linker.patch && \
228
227
patch -p1 -i $($(package ) _patch_dir) /dont_hardcode_pwd.patch && \
229
- patch -p1 -i $($(package ) _patch_dir) /fix_qt_pkgconfig.patch && \
230
228
patch -p1 -i $($(package ) _patch_dir) /no-xlib.patch && \
231
229
patch -p1 -i $($(package ) _patch_dir) /qtbase-moc-ignore-gcc-macro.patch && \
232
230
patch -p1 -i $($(package ) _patch_dir) /memory_resource.patch && \
@@ -273,6 +271,6 @@ define $(package)_stage_cmds
273
271
endef
274
272
275
273
define $(package)_postprocess_cmds
276
- rm -rf doc/ native/lib/ && \
274
+ rm -rf doc/ native/lib/ lib/pkgconfig/ && \
277
275
rm -f lib/lib*.la
278
276
endef
0 commit comments