DRAFT layer.conf: Depend on meta-qt5 if "ros-qt5" feature enabled
This commit is contained in:
parent
ce8da0cc15
commit
ac5e6aeeb5
|
@ -17,9 +17,11 @@ LAYERDEPENDS_ros-layer = " \
|
|||
core \
|
||||
meta-python \
|
||||
openembedded-layer \
|
||||
qt5-layer \
|
||||
"
|
||||
|
||||
# We only need meta-qt5 if Qt5 has been enabled.
|
||||
LAYERDEPENDS_ros-layer += "${@bb.utils.contains('DISTRO_FEATURES', 'ros-qt', 'qt5-layer', '', d)}"
|
||||
|
||||
require conf/ros-distro/ros-distro.conf
|
||||
|
||||
# Only .bb files are generated
|
||||
|
|
Loading…
Reference in New Issue