summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser
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
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')
-rw-r--r--core/modules/slxbrowser/module.build4
-rw-r--r--core/modules/slxbrowser/module.conf1
-rw-r--r--core/modules/slxbrowser/module.conf.ubuntu4
3 files changed, 9 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
}
diff --git a/core/modules/slxbrowser/module.conf b/core/modules/slxbrowser/module.conf
index 1e9dabd0..c554bf74 100644
--- a/core/modules/slxbrowser/module.conf
+++ b/core/modules/slxbrowser/module.conf
@@ -2,3 +2,4 @@
REQUIRED_GIT="git://git.openslx.org/openslx-ng/slxbrowser.git"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="slxbrowser"
+REQUIRED_LIBRARIES="libqxcb"
diff --git a/core/modules/slxbrowser/module.conf.ubuntu b/core/modules/slxbrowser/module.conf.ubuntu
index fa629c74..b5c22129 100644
--- a/core/modules/slxbrowser/module.conf.ubuntu
+++ b/core/modules/slxbrowser/module.conf.ubuntu
@@ -2,4 +2,8 @@
REQUIRED_INSTALLED_PACKAGES="
cmake
libqt5webkit5-dev
+ libqt5gui5
+"
+REQUIRED_CONTENT_PACKAGES="
+ libqt5gui5
"