1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/qt6-qtwebengine/0001-Enable-building-on-musl.patch
2022-01-12 15:38:50 +00:00

16 lines
509 B
Diff

diff --git a/configure.cmake b/configure.cmake
index 172831c6..76813841 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -403,11 +403,6 @@ add_check_for_support(
CONDITION NOT LINUX OR PkgConfig_FOUND
MESSAGE "A pkg-config support is required."
)
-add_check_for_support(
- MODULES QtWebEngine QtPdf
- CONDITION NOT LINUX OR TEST_glibc
- MESSAGE "A suitable version >= 2.17 of glibc is required."
-)
add_check_for_support(
MODULES QtWebEngine QtPdf
CONDITION NOT LINUX OR TEST_khr