graphics/krita: disable the ninja generator
- with ninja 1.9 duplicate targets are errors [1]
[1] 42eefc854b
PR: 235507
This commit is contained in:
parent
541d9ddc2e
commit
e9abcaf6d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495204
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \
|
|||
libxcb.so:x11/libxcb \
|
||||
libxcb-util.so:x11/xcb-util
|
||||
|
||||
USES= cmake compiler:c++11-lib desktop-file-utils \
|
||||
# Disable ninja generator for now, until the duplicate test targets are resolved upstream.
|
||||
USES= cmake:noninja compiler:c++11-lib desktop-file-utils \
|
||||
eigen:3 gettext jpeg kde:5 pkgconfig python:3.4+ qt:5 \
|
||||
shared-mime-info
|
||||
USE_KDE= archive completion config coreaddons crash guiaddons i18n \
|
||||
|
|
Loading…
Reference in a new issue