diff --git a/recipes/ogre/1.x/conanfile.py b/recipes/ogre/1.x/conanfile.py index f2452afe2e9c51..57ab11c5b64ab9 100644 --- a/recipes/ogre/1.x/conanfile.py +++ b/recipes/ogre/1.x/conanfile.py @@ -610,16 +610,10 @@ def _add_plugin_component(comp, *, requires=None, extra_includedirs=None): "wayland::wayland-egl", ]) else: - self.cpp_info.components["OgreMain"].requires.extend([ - "xorg::x11", - "xorg::xaw7", - "xorg::xext", - "xorg::xrandr", - "xorg::xt", - ]) + self.cpp_info.components["OgreMain"].requires.extend(["xorg::x11", "xorg::xrandr"]) if self.options.get_safe("build_component_bites"): - _add_core_component("Bites", requires=["Overlay", "sdl::sdl"]) + _add_core_component("Bites", requires=["Overlay", "sdl::sdl", "xorg::xaw7", "xorg::xt"]) if self.options.get_safe("build_component_bullet"): _add_core_component("Bullet", requires=["bullet3::bullet3"]) if self.options.build_component_meshlodgenerator: