summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2/module.conf
blob: 296251abc4bdeafddb6bd37b18db3c7947df0469 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
REQUIRED_GIT="https://git.openslx.org/pvs2.git"
REQUIRED_BINARIES="
	pvsmgr
	pvsclient
	xinput
	wmctrl
"
REQUIRED_DIRECTORIES="
	/opt/openslx/pvs2/
"
REQUIRED_MODULES="
	qt5core
	x11vnc
"