blob: cbf2e6b13851e43227fb023d51fedf6e7c37aec3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
REQUIRED_MODULES="
qt5core
"
REQUIRED_GIT="git://git.openslx.org/openslx-ng/slxbrowser.git"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="slxbrowser"
REQUIRED_LIBRARIES="
libgstplayback
"
|