Add libxml2 and libxslt to package.xml

This commit is contained in:
Oleg Kalachev
2022-08-24 18:42:04 +03:00
parent fd2814b66a
commit 65a6369359

View File

@@ -37,8 +37,8 @@
<depend>rosbridge_server</depend>
<depend>web_video_server</depend>
<depend>tf2_web_republisher</depend>
<depend>libxml2-dev</depend>
<depend>libxslt-dev</depend>
<depend>libxml2</depend>
<depend>libxslt</depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python-lxml</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3-lxml</depend>
<depend>dynamic_reconfigure</depend>