diff options
| author | zi-m <53815290+zi-m@users.noreply.github.com> | 2019-11-01 21:54:48 +0100 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-11-01 13:54:48 -0700 |
| commit | 9bf809b6107e962dd948d561f5bc007916e56de2 (patch) | |
| tree | b52363b68380ec4ebbf77bf4c02af1dd80a5a5c3 /ports/ogre-next/CONTROL | |
| parent | 84bafa656bc52a87388041f443dd5e2b54e5dd5b (diff) | |
| download | vcpkg-9bf809b6107e962dd948d561f5bc007916e56de2.tar.gz vcpkg-9bf809b6107e962dd948d561f5bc007916e56de2.zip | |
[ogre-next] Add new port (#8677)
* ogre-next
* add rename_config_cmake.patch
* add fix_find_package_sdl2.patch
* Update ports/ogre-next/portfile.cmake
Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>
* Use vcpkg_check_features to simplify the portfile a little bit (thanks to @vicroms)
* add features in CONTROL file
* add "Building steps for ogre-next[d3d9]"
Diffstat (limited to 'ports/ogre-next/CONTROL')
| -rw-r--r-- | ports/ogre-next/CONTROL | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ports/ogre-next/CONTROL b/ports/ogre-next/CONTROL new file mode 100644 index 000000000..0ac635f0c --- /dev/null +++ b/ports/ogre-next/CONTROL @@ -0,0 +1,18 @@ +Source: ogre-next +Version: 2019-10-20 +Build-Depends: zlib, freeimage, freetype, rapidjson, openvr, boost-thread, boost-date-time, poco, tbb, sdl2, tinyxml, zziplib +Homepage: https://github.com/OGRECave/ogre-next +Description: Ogre 2.1 & 2.2 - scene-oriented, flexible 3D engine written in C++ + +Feature: d3d9 +Description: Build Direct3D9 RenderSystem + +Feature: csharp +Description: Build csharp bindings + +Feature: java +Description: Build Java (JNI) bindings + +Feature: python +Description: Build Python bindings +Build-Depends: python3 |
