[CMake CEF] How was this even working? Set dependencies and link targets to cef instead of webkit.

This commit is contained in:
Router Gray
2020-02-26 07:21:48 -06:00
parent 2fc2b7c12b
commit c72059e73f
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ if (LINUX)
else (PULSEAUDIO_FOUND)
list(APPEND media_plugin_cef_SOURCE_FILES dummy_volume_catcher.cpp)
endif (PULSEAUDIO_FOUND)
list(APPEND media_plugin_webkit_LINK_LIBRARIES
list(APPEND media_plugin_cef_LINK_LIBRARIES
${UI_LIBRARIES} # for glib/GTK
)
elseif (DARWIN)