projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c8a8ec
)
Disable USE_GSTREAMER_GL is the package is not found
author
Alberto Garcia
<berto@igalia.com>
Tue, 12 Nov 2019 12:15:29 +0000
(12:15 +0000)
committer
Alberto Garcia
<berto@igalia.com>
Tue, 12 Nov 2019 12:15:29 +0000
(12:15 +0000)
===================================================================
Gbp-Pq: Name detect-gstreamer-gl.patch
Source/cmake/GStreamerChecks.cmake
patch
|
blob
|
history
diff --git
a/Source/cmake/GStreamerChecks.cmake
b/Source/cmake/GStreamerChecks.cmake
index 18b12f82a8d28c3423f3e6f314738898c1f6476c..98f1de7019f0131a23c05a5e1ce5d1266d9875c7 100644
(file)
--- a/
Source/cmake/GStreamerChecks.cmake
+++ b/
Source/cmake/GStreamerChecks.cmake
@@
-31,7
+31,8
@@
if (ENABLE_VIDEO OR ENABLE_WEB_AUDIO)
endif ()
if (USE_GSTREAMER_GL AND NOT PC_GSTREAMER_GL_FOUND)
- message(FATAL_ERROR "GStreamerGL is needed for USE_GSTREAMER_GL.")
+ set(USE_GSTREAMER_GL OFF)
+ message(STATUS "GStreamerGL is needed for USE_GSTREAMER_GL.")
endif ()
SET_AND_EXPOSE_TO_BUILD(USE_GSTREAMER TRUE)