diff options
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 2f23fa88..821eb95c 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -94,6 +94,9 @@ PACKAGECONFIG ?= " \ | |||
94 | ${PACKAGECONFIG_SYSTEM} \ | 94 | ${PACKAGECONFIG_SYSTEM} \ |
95 | ${PACKAGECONFIG_DISTRO} \ | 95 | ${PACKAGECONFIG_DISTRO} \ |
96 | " | 96 | " |
97 | # Choose whether to link to OpenSSL library at linking time or run time | ||
98 | # Leave the variable empty to let the buildsystem decide, or specify -linked or -runtime | ||
99 | OPENSSL_LINKING_MODE ??= "" | ||
97 | 100 | ||
98 | PACKAGECONFIG[static] = "-static,-shared" | 101 | PACKAGECONFIG[static] = "-static,-shared" |
99 | PACKAGECONFIG[release] = "-release,-debug" | 102 | PACKAGECONFIG[release] = "-release,-debug" |
@@ -153,7 +156,7 @@ PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl" | |||
153 | PACKAGECONFIG[gbm] = "-gbm,-no-gbm,virtual/libgbm" | 156 | PACKAGECONFIG[gbm] = "-gbm,-no-gbm,virtual/libgbm" |
154 | PACKAGECONFIG[icu] = "-icu,-no-icu,icu" | 157 | PACKAGECONFIG[icu] = "-icu,-no-icu,icu" |
155 | PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev" | 158 | PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev" |
156 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl" | 159 | PACKAGECONFIG[openssl] = "-openssl${OPENSSL_LINKING_MODE},-no-openssl,openssl,libssl" |
157 | PACKAGECONFIG[widgets] = "-widgets,-no-widgets" | 160 | PACKAGECONFIG[widgets] = "-widgets,-no-widgets" |
158 | PACKAGECONFIG[libproxy] = "-libproxy,-no-libproxy,libproxy" | 161 | PACKAGECONFIG[libproxy] = "-libproxy,-no-libproxy,libproxy" |
159 | PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput" | 162 | PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput" |