diff --git a/ogre/13/conandata.yml b/ogre/13/conandata.yml index 579219d..380ac43 100644 --- a/ogre/13/conandata.yml +++ b/ogre/13/conandata.yml @@ -26,6 +26,9 @@ sources: "13.5.0": url: "https://github.com/OGRECave/ogre/archive/refs/tags/v13.5.0.tar.gz" sha256: "94d514d03d421c43af09e916ecd127685e15afed62e2f4cde8949b7818bc4900" + "13.5.1": + url: "https://github.com/OGRECave/ogre/archive/refs/tags/v13.5.1.tar.gz" + sha256: "ce7e0c65d3395ad214567bdd616ee20df16769f452f1fd3e1ac6c5970890df81" patches: "13.2.4": - patch_file: "patches/13.2.4/pugixml-fix.patch" @@ -54,3 +57,6 @@ patches: "13.5.0": - patch_file: "patches/13.3.1/pugixml-fix.patch" - patch_file: "patches/13.3.1/FindPkgMacros.cmake.patch" + "13.5.1": + - patch_file: "patches/13.3.1/pugixml-fix.patch" + - patch_file: "patches/13.3.1/FindPkgMacros.cmake.patch" \ No newline at end of file diff --git a/ogre/13/conanfile.py b/ogre/13/conanfile.py index 7af64f7..68306a7 100644 --- a/ogre/13/conanfile.py +++ b/ogre/13/conanfile.py @@ -35,6 +35,7 @@ class OGREConan(ConanFile): self.requires("cg-toolkit/3.1@anotherfoxguy/stable") self.requires("pugixml/[1.x]") self.requires("libpng/1.6.38") + self.requires("sdl/[2.x]") if self.settings.os == "Windows": self.requires("directx-sdk/9.0@anotherfoxguy/stable") diff --git a/ogre/config.yml b/ogre/config.yml index e3f6ab4..732fe10 100644 --- a/ogre/config.yml +++ b/ogre/config.yml @@ -1,3 +1,3 @@ versions: - "13.5.0": + "13.5.1": folder: "13" \ No newline at end of file