Skip to content

Commit

Permalink
dev-libs/libinput: Fixed build with USE="-doc"
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Wendler <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
Lars Wendler committed Oct 16, 2018
1 parent 7aa54c3 commit ef44d7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-libs/libinput/libinput-1.12.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ python_check_deps() {
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
}

pkg_setup() {
use doc && python-any-r1_pkg_setup
}

src_configure() {
# gui can be built but will not be installed
local emesonargs=(
Expand Down

0 comments on commit ef44d7a

Please sign in to comment.