build(deps): bump third-party/tray from 4d8b798 to cb33552 (#2528)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
2cadb815e6
commit
9ee6811fe5
6 changed files with 6 additions and 6 deletions
|
|
@ -55,7 +55,7 @@ set(SUNSHINE_TARGET_FILES
|
||||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Rtsp.h"
|
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Rtsp.h"
|
||||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/RtspParser.c"
|
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/RtspParser.c"
|
||||||
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Video.h"
|
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Video.h"
|
||||||
"${CMAKE_SOURCE_DIR}/third-party/tray/tray.h"
|
"${CMAKE_SOURCE_DIR}/third-party/tray/src/tray.h"
|
||||||
"${CMAKE_SOURCE_DIR}/src/upnp.cpp"
|
"${CMAKE_SOURCE_DIR}/src/upnp.cpp"
|
||||||
"${CMAKE_SOURCE_DIR}/src/upnp.h"
|
"${CMAKE_SOURCE_DIR}/src/upnp.h"
|
||||||
"${CMAKE_SOURCE_DIR}/src/cbs.cpp"
|
"${CMAKE_SOURCE_DIR}/src/cbs.cpp"
|
||||||
|
|
|
||||||
|
|
@ -218,7 +218,7 @@ if(${SUNSHINE_ENABLE_TRAY})
|
||||||
include_directories(SYSTEM ${APPINDICATOR_INCLUDE_DIRS} ${LIBNOTIFY_INCLUDE_DIRS})
|
include_directories(SYSTEM ${APPINDICATOR_INCLUDE_DIRS} ${LIBNOTIFY_INCLUDE_DIRS})
|
||||||
link_directories(${APPINDICATOR_LIBRARY_DIRS} ${LIBNOTIFY_LIBRARY_DIRS})
|
link_directories(${APPINDICATOR_LIBRARY_DIRS} ${LIBNOTIFY_LIBRARY_DIRS})
|
||||||
|
|
||||||
list(APPEND PLATFORM_TARGET_FILES "${CMAKE_SOURCE_DIR}/third-party/tray/tray_linux.c")
|
list(APPEND PLATFORM_TARGET_FILES "${CMAKE_SOURCE_DIR}/third-party/tray/src/tray_linux.c")
|
||||||
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES ${APPINDICATOR_LIBRARIES} ${LIBNOTIFY_LIBRARIES})
|
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES ${APPINDICATOR_LIBRARIES} ${LIBNOTIFY_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
|
|
|
||||||
|
|
@ -54,5 +54,5 @@ if(SUNSHINE_ENABLE_TRAY)
|
||||||
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
||||||
${COCOA})
|
${COCOA})
|
||||||
list(APPEND PLATFORM_TARGET_FILES
|
list(APPEND PLATFORM_TARGET_FILES
|
||||||
"${CMAKE_SOURCE_DIR}/third-party/tray/tray_darwin.m")
|
"${CMAKE_SOURCE_DIR}/third-party/tray/src/tray_darwin.m")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
|
|
@ -79,5 +79,5 @@ list(PREPEND PLATFORM_LIBRARIES
|
||||||
|
|
||||||
if(SUNSHINE_ENABLE_TRAY)
|
if(SUNSHINE_ENABLE_TRAY)
|
||||||
list(APPEND PLATFORM_TARGET_FILES
|
list(APPEND PLATFORM_TARGET_FILES
|
||||||
"${CMAKE_SOURCE_DIR}/third-party/tray/tray_windows.c")
|
"${CMAKE_SOURCE_DIR}/third-party/tray/src/tray_windows.c")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
// lib includes
|
// lib includes
|
||||||
#include "tray/tray.h"
|
#include "tray/src/tray.h"
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
#include <boost/process/environment.hpp>
|
#include <boost/process/environment.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
2
third-party/tray
vendored
2
third-party/tray
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4d8b798cafdd11285af9409c16b5f792968e0045
|
Subproject commit cb33552612edeaef824e95ecc0e5adca502d109a
|
||||||
Loading…
Add table
Add a link
Reference in a new issue