projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466b647
)
Disable USE_WOFF2 if the package is not found
author
Alberto Garcia
<berto@igalia.com>
Wed, 28 Aug 2019 11:33:00 +0000
(12:33 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Wed, 28 Aug 2019 11:33:00 +0000
(12:33 +0100)
===================================================================
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 cf9c0b3f98f952fcfd538f36e1ee6bf9ee80dcd6..06e7aba2bd05a61eec6c298ddbb36502c6f13255 100644
(file)
--- a/
Source/cmake/OptionsGTK.cmake
+++ b/
Source/cmake/OptionsGTK.cmake
@@
-365,7
+365,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 ()