Add libabsl-dev to the package.xml dependencies. (#1875)

This will allow the ROS buildfarm to properly install dependencies
when attempting to build this package.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
master
Chris Lalancette 2022-06-29 05:19:08 -04:00 committed by GitHub
parent f440cc21cb
commit b1b63a3cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
<depend>libboost-iostreams-dev</depend> <depend>libboost-iostreams-dev</depend>
<depend>eigen</depend> <depend>eigen</depend>
<depend>libabsl-dev</depend>
<depend>libcairo2-dev</depend> <depend>libcairo2-dev</depend>
<depend>libceres-dev</depend> <depend>libceres-dev</depend>
<depend>libgflags-dev</depend> <depend>libgflags-dev</depend>