File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ set(DEFLECT_LICENSE LGPL)
19
19
set (DEFLECT_DEB_DEPENDS freeglut3-dev libxi-dev libxmu-dev
20
20
libjpeg-turbo8-dev libturbojpeg
21
21
libboost-program -options -dev libboost-test -dev
22
- qtbase5-dev qtdeclarative5-dev)
22
+ qtbase5-dev qtdeclarative5-dev
23
+ )
24
+ include (LSBInfo)
23
25
if (LSB_DISTRIBUTOR_ID STREQUAL "Ubuntu" AND LSB_RELEASE VERSION_GREATER 16.04)
24
26
list (APPEND DEFLECT_DEB_DEPENDS libturbojpeg0-dev)
25
27
endif ()
Original file line number Diff line number Diff line change 1
1
2
- # Copyright (c) 2013-2017 , EPFL/Blue Brain Project
2
+ # Copyright (c) 2013-2018 , EPFL/Blue Brain Project
3
3
# Raphael Dumusc <raphael.dumusc@epfl.ch>
4
4
5
5
include_directories (${CMAKE_CURRENT_BINARY_DIR} ) # for autogenerated ui_* file
@@ -31,6 +31,7 @@ set(DEFLECT_DESKTOPSTREAMER_HOSTS
31
31
"\
32
32
{\" DisplayWall Ground floor\" , \" bbpav02.bbp.epfl.ch\" }, \
33
33
{\" DisplayWall 3rd floor\" , \" bbpav04.bbp.epfl.ch\" }, \
34
+ {\" OpenDeck 4th floor\" , \" cave1.bbp.epfl.ch\" }, \
34
35
{\" DisplayWall 5th floor\" , \" bbpav05.bbp.epfl.ch\" }, \
35
36
{\" DisplayWall 6th floor\" , \" bbpav06.bbp.epfl.ch\" }"
36
37
CACHE STRING "List of default hosts for the DesktopStreamer application"
You can’t perform that action at this time.
0 commit comments