forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (29 loc) · 1.17 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<!-- This file is only used to enable the building librealsense2 -->
<!-- as a debian package for use with ROS 2 (http://ros.org) -->
<package format="2">
<name>librealsense2</name>
<!-- The version tag needs to be updated with each new release of librealsense -->
<version>2.55.1</version>
<description>
Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices.
</description>
<maintainer email="[email protected]">LibRealSense ROS Team</maintainer>
<url type="website">https://github.com/IntelRealSense/librealsense/</url>
<author email="[email protected]">LibRealSense ROS Team</author>
<license>Apache License, Version 2.0</license>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>pkg-config</build_depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_depend>libssl-dev</build_depend>
<build_depend>libudev-dev</build_depend>
<build_depend>dkms</build_depend>
<build_depend>git</build_depend>
<build_depend>udev</build_depend>
<depend>libx11</depend>
<depend>libglfw3-dev</depend>
<depend>opengl</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>