From 0b13ab67a832109b8657565c6fc6acaeff1b29b4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 7 Jul 2017 16:45:17 +0200 Subject: [slxbrowser] Include libqxcb (qtgui) libs --- core/modules/slxbrowser/module.build | 4 ++++ core/modules/slxbrowser/module.conf | 1 + core/modules/slxbrowser/module.conf.ubuntu | 4 ++++ 3 files changed, 9 insertions(+) (limited to 'core/modules/slxbrowser') 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 " -- cgit v1.2.3-55-g7522