From b520f60a943389f9dc5ede661ead548c0a350969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 23 Jan 2019 18:02:46 +0100 Subject: [PATCH] polkit-qt: make polkit a required distro feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb b/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb index e9040539..31dab714 100644 --- a/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb +++ b/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb @@ -2,7 +2,9 @@ SUMMARY = "PolicyKit Qt wrapper" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7dbc59dc445b2261c4fb2f9466e3446a" -inherit kde-base cmake_lib +inherit kde-base cmake_lib distro_features_check + +REQUIRED_DISTRO_FEATURE = "polkit" DEPENDS += "polkit glib-2.0"