summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/beamergui/module.build')
-rw-r--r--core/modules/beamergui/module.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/modules/beamergui/module.build b/core/modules/beamergui/module.build
index f920bb74..424c8bff 100644
--- a/core/modules/beamergui/module.build
+++ b/core/modules/beamergui/module.build
@@ -21,6 +21,9 @@ build() {
"$QMAKE" "$SRCDIR/src/beamergui.pro" -r -spec linux-g++ || perror "'qmake-qt4' failed (e.g. not installed)."
pinfo "Running make"
make || perror "'make' failed."
+
+ # Make read-edid
+ gcc -o "${MODULE_BUILD_DIR}/opt/openslx/bin/read-edid" "${MODULE_WORK_DIR}/source/parse-edid/parse-edid.c" || perror "Compiling parse-edid failed."
}
post_copy() {
: