Skip to content

Commit ce0b490

Browse files
author
Raphael Dumusc
committed
Add OpenDeck preset to DesktopStreamer, fix extra deb packages
1 parent 8225138 commit ce0b490

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ set(DEFLECT_LICENSE LGPL)
1919
set(DEFLECT_DEB_DEPENDS freeglut3-dev libxi-dev libxmu-dev
2020
libjpeg-turbo8-dev libturbojpeg
2121
libboost-program-options-dev libboost-test-dev
22-
qtbase5-dev qtdeclarative5-dev)
22+
qtbase5-dev qtdeclarative5-dev
23+
)
24+
include(LSBInfo)
2325
if(LSB_DISTRIBUTOR_ID STREQUAL "Ubuntu" AND LSB_RELEASE VERSION_GREATER 16.04)
2426
list(APPEND DEFLECT_DEB_DEPENDS libturbojpeg0-dev)
2527
endif()

apps/DesktopStreamer/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2013-2017, EPFL/Blue Brain Project
2+
# Copyright (c) 2013-2018, EPFL/Blue Brain Project
33
# Raphael Dumusc <raphael.dumusc@epfl.ch>
44

55
include_directories(${CMAKE_CURRENT_BINARY_DIR}) # for autogenerated ui_* file
@@ -31,6 +31,7 @@ set(DEFLECT_DESKTOPSTREAMER_HOSTS
3131
"\
3232
{\"DisplayWall Ground floor\", \"bbpav02.bbp.epfl.ch\"}, \
3333
{\"DisplayWall 3rd floor\", \"bbpav04.bbp.epfl.ch\"}, \
34+
{\"OpenDeck 4th floor\", \"cave1.bbp.epfl.ch\"}, \
3435
{\"DisplayWall 5th floor\", \"bbpav05.bbp.epfl.ch\"}, \
3536
{\"DisplayWall 6th floor\", \"bbpav06.bbp.epfl.ch\"}"
3637
CACHE STRING "List of default hosts for the DesktopStreamer application"

0 commit comments

Comments
 (0)