From b27e8a856143f621c738f8c47c2880861c7885e7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 14 Sep 2019 11:22:03 +0200 Subject: [PATCH 1/2] kwayland: depend on wayland-protocols If building without 'wayland' in distro features do_configure fails: | -- The following REQUIRED packages have not been found: | * WaylandProtocols (required version >= 1.15), Specifications of extended Wayland protocols, Signed-off-by: Max Krummenacher --- recipes-kde/kf5/tier1/kwayland/kwayland.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier1/kwayland/kwayland.bb b/recipes-kde/kf5/tier1/kwayland/kwayland.bb index 051df953..2c5f93d5 100644 --- a/recipes-kde/kf5/tier1/kwayland/kwayland.bb +++ b/recipes-kde/kf5/tier1/kwayland/kwayland.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 cmake_auto_align_paths -DEPENDS += "wayland wayland-native" +DEPENDS += "wayland wayland-native wayland-protocols" PV = "${KF5_VERSION}" SRC_URI[md5sum] = "fab6a981a5c604d45466bdfce204848f" From 4cc4746ace12810844c629a04844a28b490079f6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 14 Sep 2019 11:27:34 +0200 Subject: [PATCH 2/2] lxqt-config: depend on libxi Without this do_configure fails with: | -- Checking for module 'xi' | -- No package 'xi' found Signed-off-by: Max Krummenacher --- recipes-lxqt/lxqt-config/lxqt-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-lxqt/lxqt-config/lxqt-config_git.bb b/recipes-lxqt/lxqt-config/lxqt-config_git.bb index 892dd4e8..0ee1d185 100644 --- a/recipes-lxqt/lxqt-config/lxqt-config_git.bb +++ b/recipes-lxqt/lxqt-config/lxqt-config_git.bb @@ -6,7 +6,7 @@ inherit lxqt distro_features_check gtk-icon-cache REQUIRED_DISTRO_FEATURES = "x11" -DEPENDS += "qtsvg liblxqt libkscreen libxcursor xf86-input-libinput" +DEPENDS += "qtsvg liblxqt libkscreen libxcursor libxi xf86-input-libinput" SRCREV = "12e8c8f0819e1ed1bf54986ce7aa5e9cba2b55ea" PV = "0.14.1"