Skip to content

Commit

Permalink
media-libs/libqaccessibilityclient: Disable no-op tests dir
Browse files Browse the repository at this point in the history
There is no purpose building this.

Closes: https://bugs.gentoo.org/635504
Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
a17r committed Oct 29, 2017
1 parent 6ddb75b commit 0561c36
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ DEPEND="
"
RDEPEND="${DEPEND}"

src_prepare() {
kde5_src_prepare
cmake_comment_add_subdirectory tests
}

src_configure() {
local mycmakeargs=(
-DQT5_BUILD=ON
)

kde5_src_configure
}

0 comments on commit 0561c36

Please sign in to comment.