qterminal: build only in x11 environments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -6,5 +6,5 @@ inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
qtermwidget \
|
||||
qterminal \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qterminal", "",d)} \
|
||||
"
|
||||
|
||||
@@ -2,7 +2,9 @@ SUMMARY = "Lightweight terminal emulator written in Qt"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit cmake_qt5 cmake-extra-sanity
|
||||
inherit cmake_qt5 cmake-extra-sanity distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS = "qtbase qttools-native qtermwidget"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user