DRAFT pg-ros-world-crystal.inc: Support DISTRO_FEATURES "ros-desktop"
This commit is contained in:
parent
2216acf18e
commit
0eafc0b574
|
@ -12,6 +12,9 @@ RDEPENDS_${PN}_remove = "rcl-logging-log4cxx"
|
|||
# OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commerical".
|
||||
RDEPENDS_${PN}_remove = "${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', '', 'ffmpeg', d)}"
|
||||
|
||||
# desktop RDEPENDS on rviz packages.
|
||||
RDEPENDS_${PN}_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'ros-desktop ros-rviz', '', 'desktop', d)}"
|
||||
|
||||
# RViz requires the "opengl" distro feature.
|
||||
RDEPENDS_${PN}_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'ros-rviz opengl', '', 'object-analytics-rviz', d)}"
|
||||
RDEPENDS_${PN}_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'ros-rviz opengl', '', 'rviz-assimp-vendor', d)}"
|
||||
|
|
Loading…
Reference in New Issue