projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bcc508
)
Disable USE_WOFF2 if the package is not found
author
Alberto Garcia
<berto@igalia.com>
Sun, 19 Apr 2020 23:50:19 +0000
(
00:50
+0100)
committer
Alberto Garcia
<berto@igalia.com>
Sun, 19 Apr 2020 23:50:19 +0000
(
00:50
+0100)
Forwarded: no
===================================================================
Gbp-Pq: Name detect-woff.patch
Source/cmake/OptionsGTK.cmake
patch
|
blob
|
history
diff --git
a/Source/cmake/OptionsGTK.cmake
b/Source/cmake/OptionsGTK.cmake
index e8df6525e3f9d00ee3315f89694d4dbfa52e1cd3..979b5a3fd7d3294b90e7a5da9b3a3d3321e29a5f 100644
(file)
--- a/
Source/cmake/OptionsGTK.cmake
+++ b/
Source/cmake/OptionsGTK.cmake
@@
-382,7
+382,8
@@
endif ()
if (USE_WOFF2)
find_package(WOFF2Dec 1.0.2)
if (NOT WOFF2DEC_FOUND)
- message(FATAL_ERROR "libwoff2dec is needed for USE_WOFF2.")
+ set(USE_WOFF2 OFF)
+ message(STATUS "libwoff2dec is needed for USE_WOFF2.")
endif ()
endif ()