diff options
author | Simon Rettberg | 2017-02-28 20:59:39 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-02-28 20:59:39 +0100 |
commit | a565c0e3fffc971a7add26774f7be87f2a041c26 (patch) | |
tree | 79dce3e571f5c9f10df3c32786957d08018feff5 /core | |
parent | [beamergui] TIL: <<<$A != <<<"$A" (diff) | |
download | mltk-a565c0e3fffc971a7add26774f7be87f2a041c26.tar.gz mltk-a565c0e3fffc971a7add26774f7be87f2a041c26.tar.xz mltk-a565c0e3fffc971a7add26774f7be87f2a041c26.zip |
[beamergui] FFS, use brain! (name binary properly, include in target)
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/beamergui/module.build | 2 | ||||
-rw-r--r-- | core/modules/beamergui/module.conf | 1 |
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=" " |