Commit a06650f8 authored by Michal Klocek's avatar Michal Klocek
Browse files

Add missing check when doing qpdf build


We need this, since 5.15 branch adds webrtc check.

Change-Id: I40b63bf38ed57562562305d34f9f5ce96dec31dd
Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
Showing with 1 addition and 1 deletion
......@@ -196,7 +196,7 @@ host_build {
}
!packagesExist(libpci): gn_args += use_libpci=false
qtConfig(webengine-ozone-x11) {
qtConfig(build-qtwebengine-core):qtConfig(webengine-ozone-x11) {
gn_args += ozone_platform_x11=true
packagesExist(xscrnsaver): gn_args += use_xscrnsaver=true
}
......
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