Skip to content

Commit

Permalink
media-libs/kimageannotator: Add missing deps
Browse files Browse the repository at this point in the history
Bug: ksnip/kImageAnnotator#335
Signed-off-by: Alexey Shvetsov <[email protected]>
  • Loading branch information
alexxy committed Feb 27, 2024
1 parent 7c91ee8 commit 1b6122c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

EAPI=8

VIRTUALX_REQUIRED="test"
inherit cmake

MY_PN=kImageAnnotator
Expand All @@ -25,8 +24,10 @@ RDEPEND="
dev-qt/qtbase:6[gui,widgets]
dev-qt/qtsvg:6
>=media-libs/kcolorpicker-0.3.0
x11-libs/libX11
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
test? (
dev-cpp/gtest
dev-qt/qtbase:6
Expand All @@ -44,6 +45,9 @@ src_configure() {
cmake_src_configure
}

# one test is failing KeyInputHelperTest
# upstream bug https://github.com/ksnip/kImageAnnotator/issues/335

src_test() {
local -x QT_QPA_PLATFORM=offscreen
BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
Expand Down

0 comments on commit 1b6122c

Please sign in to comment.