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 22<?xml-model
33 href =" http://download.ros.org/schema/package_format2.xsd"
44 schematypens =" http://www.w3.org/2001/XMLSchema" ?>
5- <package format =" 2 " >
5+ <package format =" 3 " >
66 <name >rviz_ogre_vendor</name >
77 <version >15.1.9</version >
88 <description >
2828 <build_export_depend >libglew-dev</build_export_depend >
2929 <exec_depend >libfreetype6</exec_depend >
3030
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 >
3233 <depend >libxaw</depend >
3334 <depend >libxrandr</depend >
3435 <depend >opengl</depend >
Original file line number Diff line number Diff line change @@ -138,8 +138,6 @@ foreach(_lib IN LISTS OGRE_LIBRARIES)
138138 pkg_check_modules(waylands IMPORTED_TARGET wayland-client wayland-egl egl)
139139 endif ()
140140
141-
142-
143141 endif ()
144142 if (APPLE )
145143 list (APPEND _extra_interface_link_libraries "-framework Cocoa" )
You can’t perform that action at this time.
0 commit comments