DRAFT layer.conf: Depend on meta-qt5 if "ros-qt5" feature enabled
This commit is contained in:
parent
dc97448e49
commit
b0385f57cb
|
@ -17,9 +17,11 @@ LAYERDEPENDS_ros-layer = " \
|
||||||
core \
|
core \
|
||||||
meta-python \
|
meta-python \
|
||||||
openembedded-layer \
|
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
|
require conf/ros-distro/ros-distro.conf
|
||||||
|
|
||||||
# Only .bb files are generated
|
# Only .bb files are generated
|
||||||
|
|
Loading…
Reference in New Issue