Switch from distro_features_check to features_check

The previous checks are a subset of the new class.
This commit is contained in:
Andreas Cord-Landwehr
2021-05-15 08:51:12 +02:00
parent d7b2bfcf37
commit c60802e5fd
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup distro_features_check
inherit packagegroup features_check
REQUIRED_DISTRO_FEATURES = "wayland x11"

View File

@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
require kfilemetadata_metainfo.inc
inherit cmake_kf5
inherit ki18n
inherit distro_features_check
inherit features_check
inherit reuse_license_checksums
REQUIRED_DISTRO_FEATURES += "xattr"