summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-07 16:45:17 +0200
committerroot2017-07-07 16:45:17 +0200
commit0b13ab67a832109b8657565c6fc6acaeff1b29b4 (patch)
tree280cd7def6bad6ff86f7acc6c2ad365cb5ee7da3 /core/modules/slxbrowser/module.build
parent[slxbrowser] Remove activate_qt call (diff)
downloadmltk-0b13ab67a832109b8657565c6fc6acaeff1b29b4.tar.gz
mltk-0b13ab67a832109b8657565c6fc6acaeff1b29b4.tar.xz
mltk-0b13ab67a832109b8657565c6fc6acaeff1b29b4.zip
[slxbrowser] Include libqxcb (qtgui) libs
Diffstat (limited to 'core/modules/slxbrowser/module.build')
-rw-r--r--core/modules/slxbrowser/module.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/slxbrowser/module.build b/core/modules/slxbrowser/module.build
index 32ca44c8..89a56b6d 100644
--- a/core/modules/slxbrowser/module.build
+++ b/core/modules/slxbrowser/module.build
@@ -15,6 +15,10 @@ build() {
cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed."
make || perror "'make' failed."
+ local COPYLIST="$MODULE_BUILD_DIR/list_packet_files"
+ list_packet_files | sort -u > "$COPYLIST"
+ tarcopy "$(cat "$COPYLIST")" "${MODULE_BUILD_DIR}"
+
cd - > /dev/null
}