From 4b8b829469a467b938f049e2dfaa34cf01986133 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 8 Apr 2018 13:13:42 +0200 Subject: [PATCH] qtwebkit: Disable libhyphen The library is not installed in MarIuX, so disable it. ``` CMake Error at /usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Hyphen (missing: HYPHEN_INCLUDE_DIR HYPHEN_LIBRARIES) Call Stack (most recent call first): /usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE) Source/cmake/FindHyphen.cmake:37 (find_package_handle_standard_args) Source/cmake/OptionsQt.cmake:790 (find_package) Source/cmake/WebKitCommon.cmake:50 (include) CMakeLists.txt:137 (include) ``` --- qtwebkit.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtwebkit.be0 b/qtwebkit.be0 index 619014386..01bdd3480 100755 --- a/qtwebkit.be0 +++ b/qtwebkit.be0 @@ -24,7 +24,8 @@ SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/src/submodu mee_configure() { bee_configure \ -DPORT=Qt \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=Release \ + -DUSE_LIBHYPHEN=no } #mee_build() {