Commit 5cf7d25e authored by Michael Brüning's avatar Michael Brüning
Browse files

Remove hard dependency on libjpeg on Linux.


It made the build fail on systems that use libjpeg-turbo.

Task-number: QTBUG-48606
Change-Id: I1aa6acab1627d3f4613b4ca39837b6deb25d3cc0
Reviewed-by: default avatarMilian Wolff <milian.wolff@kdab.com>
Showing with 0 additions and 1 deletion
...@@ -29,7 +29,6 @@ defineTest(runConfigure) { ...@@ -29,7 +29,6 @@ defineTest(runConfigure) {
contains(QT_CONFIG, xcb): REQUIRED_PACKAGES += libdrm xcomposite xcursor xi xrandr xscrnsaver xtst contains(QT_CONFIG, xcb): REQUIRED_PACKAGES += libdrm xcomposite xcursor xi xrandr xscrnsaver xtst
contains(QT_CONFIG, pulseaudio): REQUIRED_PACKAGES += libpulse contains(QT_CONFIG, pulseaudio): REQUIRED_PACKAGES += libpulse
contains(QT_CONFIG, system-png): REQUIRED_PACKAGES += libpng contains(QT_CONFIG, system-png): REQUIRED_PACKAGES += libpng
contains(QT_CONFIG, system-jpeg): REQUIRED_PACKAGES += libjpeg
contains(QT_CONFIG, system-harfbuzz): REQUIRED_PACKAGES += harfbuzz contains(QT_CONFIG, system-harfbuzz): REQUIRED_PACKAGES += harfbuzz
!cross_compile: REQUIRED_PACKAGES += libpci nss !cross_compile: REQUIRED_PACKAGES += libpci nss
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment