Skip to content

Commit 98a64bd

Browse files
committed
build: disable libjpeg in qt
1 parent 67923d6 commit 98a64bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $(package)_config_opts += -no-icu
3838
$(package)_config_opts += -no-iconv
3939
$(package)_config_opts += -no-kms
4040
$(package)_config_opts += -no-linuxfb
41+
$(package)_config_opts += -no-libjpeg
4142
$(package)_config_opts += -no-libudev
4243
$(package)_config_opts += -no-mtdev
4344
$(package)_config_opts += -no-openvg
@@ -63,7 +64,6 @@ $(package)_config_opts += -pch
6364
$(package)_config_opts += -pkg-config
6465
$(package)_config_opts += -prefix $(host_prefix)
6566
$(package)_config_opts += -qt-libpng
66-
$(package)_config_opts += -qt-libjpeg
6767
$(package)_config_opts += -qt-pcre
6868
$(package)_config_opts += -qt-harfbuzz
6969
$(package)_config_opts += -system-zlib

doc/dependencies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
1414
| GCC | | [4.8+](https://gcc.gnu.org/) (C++11 support) | | | |
1515
| HarfBuzz-NG | | | | | |
1616
| libevent | [2.1.8-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | |
17-
| libjpeg | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L65) |
1817
| libpng | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L64) |
1918
| librsvg | | | | | |
2019
| MiniUPnPc | [2.0.20180203](http://miniupnp.free.fr/files) | | No | | |

0 commit comments

Comments
 (0)