summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-28 14:26:43 +0100
committerSimon Rettberg2017-02-28 14:26:43 +0100
commit2a004dfc0fdb15ad462b5b52f55b76a63cba9590 (patch)
tree65a404dadce7e34e5fee0c58dc9c546cbf4ead53 /core/modules/beamergui/module.build
parent[speedcheck] New module (diff)
downloadmltk-2a004dfc0fdb15ad462b5b52f55b76a63cba9590.tar.gz
mltk-2a004dfc0fdb15ad462b5b52f55b76a63cba9590.tar.xz
mltk-2a004dfc0fdb15ad462b5b52f55b76a63cba9590.zip
[beamergui] Use parse-edid to check if output matches specific device name
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() {
: