summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/beamergui/module.build2
-rw-r--r--core/modules/beamergui/module.conf1
2 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/beamergui/module.build b/core/modules/beamergui/module.build
index 4785b316..36175c34 100644
--- a/core/modules/beamergui/module.build
+++ b/core/modules/beamergui/module.build
@@ -23,7 +23,7 @@ build() {
make || perror "'make' failed."
# Make read-edid
- gcc -o "${MODULE_BUILD_DIR}/opt/openslx/bin/read-edid" "${MODULE_DIR}/source/parse-edid/parse-edid.c" || perror "Compiling parse-edid failed."
+ gcc -o "${MODULE_BUILD_DIR}/opt/openslx/bin/parse-edid" "${MODULE_DIR}/source/parse-edid/parse-edid.c" || perror "Compiling parse-edid failed."
}
post_copy() {
:
diff --git a/core/modules/beamergui/module.conf b/core/modules/beamergui/module.conf
index da786271..e9d2f10e 100644
--- a/core/modules/beamergui/module.conf
+++ b/core/modules/beamergui/module.conf
@@ -1,6 +1,7 @@
REQUIRED_GIT="git://git.openslx.org/openslx-ng/beamergui.git"
REQUIRED_BINARIES="
beamergui
+ parse-edid
"
REQUIRED_LIBRARIES="
"