projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc49d1e
)
Disable USE_GSTREAMER_GL is the package is not found
author
Alberto Garcia
<berto@igalia.com>
Fri, 14 Sep 2018 18:23:00 +0000
(19:23 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Fri, 14 Sep 2018 18:23:00 +0000
(19:23 +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 69164bb14247974c51ec96aaffaa95596ee69e0b..d3e131d8ac6fbfb36e612083c98cb85c263b39f4 100644
(file)
--- a/
Source/cmake/GStreamerChecks.cmake
+++ b/
Source/cmake/GStreamerChecks.cmake
@@
-37,7
+37,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 ()