git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[GTK] basic OpenWebRTC build support
[WebKit-https.git]
/
Source
/
cmake
/
OptionsGTK.cmake
diff --git
a/Source/cmake/OptionsGTK.cmake
b/Source/cmake/OptionsGTK.cmake
index
6ce63cc
..
3563afb
100644
(file)
--- a/
Source/cmake/OptionsGTK.cmake
+++ b/
Source/cmake/OptionsGTK.cmake
@@
-304,6
+304,13
@@
if (ENABLE_GEOLOCATION)
endif ()
endif ()
+if (ENABLE_MEDIA_STREAM)
+ find_package(OpenWebRTC)
+ if (OPENWEBRTC_FOUND)
+ add_definitions(-DWTF_USE_OPENWEBRTC)
+ endif ()
+endif ()
+
find_package(GTKUnixPrint)
if (GTK_UNIX_PRINT_FOUND)
set(HAVE_GTK_UNIX_PRINTING 1)