diff --git a/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb b/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb index 72f4054d..91ee0ff4 100644 --- a/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb +++ b/recipes-lxqt/lxqt-powermanagement/lxqt-powermanagement_git.bb @@ -2,7 +2,9 @@ SUMMARY = "Power management module for LXQt" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=6324954af145f280672cc576862fda80" -inherit lxqt +inherit lxqt distro_features_check + +REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += "qtsvg liblxqt libqtxdg"