summaryrefslogtreecommitdiffstats
path: root/core/modules/xscreensaver/module.conf
blob: 18a960892a2f8d83c992e75ba0ea5ef9ddd633ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
REQUIRED_MODULES="
	qt5core
"
# Switch back to branch "openslx" once 6.x is fixed
REQUIRED_GIT="
	git://git.openslx.org/openslx-ng/xscreensaver.git|openslx-5.x
	git://git.openslx.org/openslx-ng/bwlp-screensaver.git
"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="
	xscreensaver
	xscreensaver-command
	bwlp-screensaver
"