projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c385071
)
Disable USE_GSTREAMER_GL is the package is not found
author
Alberto Garcia
<berto@igalia.com>
Tue, 12 Jun 2018 09:58:42 +0000
(10:58 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Tue, 12 Jun 2018 09:58:42 +0000
(10:58 +0100)
===================================================================
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 97af7d1dfa29e797f399da0949e7801d8027e995..1a0027cef52fe547fc2aac0ba445cb2a81540026 100644
(file)
--- a/
Source/cmake/GStreamerChecks.cmake
+++ b/
Source/cmake/GStreamerChecks.cmake
@@
-43,7
+43,8
@@
if (ENABLE_VIDEO OR ENABLE_WEB_AUDIO)
message(FATAL_ERROR "GStreamer 1.10 is needed for USE_GSTREAMER_GL.")
else ()
if (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 ()
endif ()
endif ()