kcrash: Depends on libxcb
Unfortunately kcrash demands libxcb, otherwise the build will fail in kcrash.cpp, line 271 because the function won't return. Apparently there is no ifdef for Wayland, it appears kcrash works only on X11, macOS and Windows. Signed-off-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
This commit is contained in:
committed by
Andreas Müller
parent
0ed33d5164
commit
0e648c2ff0
@@ -4,9 +4,11 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
|
||||
inherit kde-kf5
|
||||
inherit kde-kf5 distro_features_check
|
||||
|
||||
DEPENDS += "kcoreaddons kwindowsystem"
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
DEPENDS += "kcoreaddons kwindowsystem libxcb"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "d85c85ecfe38a796c3bce4313df8ece7"
|
||||
|
||||
Reference in New Issue
Block a user