projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c10d53
)
Disable USE_WOFF2 if the package is not found
author
Alberto Garcia
<berto@igalia.com>
Thu, 12 Mar 2020 19:35:21 +0000
(19:35 +0000)
committer
Alberto Garcia
<berto@igalia.com>
Thu, 12 Mar 2020 19:35:21 +0000
(19:35 +0000)
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 e8d9d05891a94467ad1974d86939602ef16316c1..3d452a418892564f7085831c4aaebb1d19c61904 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 ()