Fix warnings for deprecated distro_features_check - use features_check

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-11-25 00:01:29 +01:00
parent a903e8c7ae
commit 03ea7cf69a
38 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ SUMMARY = "Compton is a compositor for X"
LICENSE = "NTP & MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51f8a6ef7a22968bea284609c6093146"
inherit autotools-brokensep pkgconfig distro_features_check
inherit autotools-brokensep pkgconfig features_check
REQUIRED_DISTRO_FEATURES = "x11"

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
REQUIRED_DISTRO_FEATURES = "x11"
inherit cmake_qt5_extra qmake5_base pkgconfig systemd useradd distro_features_check
inherit cmake_qt5_extra qmake5_base pkgconfig systemd useradd features_check
DEPENDS += "extra-cmake-modules-native qtbase qtdeclarative qttools libxcb"