File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
<?xml-model
3
3
href =" http://download.ros.org/schema/package_format2.xsd"
4
4
schematypens =" http://www.w3.org/2001/XMLSchema" ?>
5
- <package format =" 2 " >
5
+ <package format =" 3 " >
6
6
<name >rviz_ogre_vendor</name >
7
7
<version >15.1.9</version >
8
8
<description >
28
28
<build_export_depend >libglew-dev</build_export_depend >
29
29
<exec_depend >libfreetype6</exec_depend >
30
30
31
- <depend >libx11-dev</depend >
31
+ <depend condition =" $XDG_SESSION_TYPE == 'x11'" >libx11-dev</depend >
32
+ <depend condition =" $XDG_SESSION_TYPE == 'wayland'" >libwayland-dev</depend >
32
33
<depend >libxaw</depend >
33
34
<depend >libxrandr</depend >
34
35
<depend >opengl</depend >
Original file line number Diff line number Diff line change @@ -138,8 +138,6 @@ foreach(_lib IN LISTS OGRE_LIBRARIES)
138
138
pkg_check_modules(waylands IMPORTED_TARGET wayland-client wayland-egl egl)
139
139
endif ()
140
140
141
-
142
-
143
141
endif ()
144
142
if (APPLE )
145
143
list (APPEND _extra_interface_link_libraries "-framework Cocoa" )
You can’t perform that action at this time.
0 commit comments