x11-toolkits/plasma5-kdeplasma-addons: add missing testlib dependency
- testlib got pulled in transitively, when WEBENGINE/PURPOSE is enabled. When both options are of, the required dependency is missing on the system and threfore leading to build failures. PR: 264199
This commit is contained in:
parent
182361fb4d
commit
1854a7934a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ USE_KDE= activities archive attica auth bookmarks codecs completion \
|
||||||
ecm_build
|
ecm_build
|
||||||
USE_QT= concurrent core dbus declarative graphicaleffects gui location \
|
USE_QT= concurrent core dbus declarative graphicaleffects gui location \
|
||||||
network printsupport script webchannel widgets x11extras xml \
|
network printsupport script webchannel widgets x11extras xml \
|
||||||
buildtools_build qmake_build
|
buildtools_build qmake_build testlib_build
|
||||||
|
|
||||||
OPTIONS_DEFINE= PURPOSE QTWEBENGINE
|
OPTIONS_DEFINE= PURPOSE QTWEBENGINE
|
||||||
OPTIONS_DEFAULT= PURPOSE
|
OPTIONS_DEFAULT= PURPOSE
|
||||||
|
|
Loading…
Reference in a new issue