Skip to content

Commit

Permalink
qtwebkit: Disable libhyphen
Browse files Browse the repository at this point in the history
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)
```
  • Loading branch information
pmenzel committed Apr 13, 2018
1 parent 3c70cc5 commit 4b8b829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qtwebkit.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4b8b829

Please sign in to comment.