Skip to content

Commit

Permalink
add png, jpeg and libxkbcommon as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 6, 2024
1 parent 771cafc commit de8e613
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package format="2">
<package format="3">
<name>pangolin</name>
<version>0.8.0</version>
<description>Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms.</description>
Expand All @@ -13,6 +13,9 @@
<depend>libglew-dev</depend>
<depend>python3-dev</depend>
<build_depend>eigen</build_depend>
<depend>libpng-dev</depend>
<depend>libturbojpeg</depend>
<depend>libxkbcommon-dev</depend>

<export>
<build_type>cmake</build_type>
Expand Down

0 comments on commit de8e613

Please sign in to comment.