Linux: cef needs a dependency on llwindow to properly propagate the SDL defines.
parent
d1fed007a6
commit
d0848a2ac0
|
|
@ -61,6 +61,7 @@ if (LINUX)
|
|||
|
||||
list(APPEND media_plugin_cef_SOURCE_FILES ${LINUX_VOLUME_CATCHER})
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--build-id -Wl,-rpath,'$ORIGIN:$ORIGIN/../../lib'")
|
||||
list(APPEND media_plugin_cef_LINK_LIBRARIES llwindow )
|
||||
elseif (DARWIN)
|
||||
list(APPEND media_plugin_cef_SOURCE_FILES mac_volume_catcher_null.cpp)
|
||||
find_library(CORESERVICES_LIBRARY CoreServices)
|
||||
|
|
|
|||
Loading…
Reference in New Issue