diff --git a/ports/bullet3/portfile.cmake b/ports/bullet3/portfile.cmake index ea729e43b21247..b7d7f4155e43f2 100644 --- a/ports/bullet3/portfile.cmake +++ b/ports/bullet3/portfile.cmake @@ -1,5 +1,4 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION} vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH @@ -15,6 +14,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS FEATURES multithreading BULLET2_MULTITHREADING double-precision USE_DOUBLE_PRECISION + extras BUILD_EXTRAS INVERTED_FEATURES rtti USE_MSVC_DISABLE_RTTI ) @@ -27,7 +27,6 @@ vcpkg_cmake_configure( -DBUILD_BULLET2_DEMOS=OFF -DBUILD_OPENGL3_DEMOS=OFF -DBUILD_BULLET3=OFF - -DBUILD_EXTRAS=ON -DBUILD_BULLET_ROBOTICS_GUI_EXTRA=OFF -DBUILD_BULLET_ROBOTICS_EXTRA=OFF -DBUILD_GIMPACTUTILS_EXTRA=OFF diff --git a/ports/bullet3/vcpkg.json b/ports/bullet3/vcpkg.json index 05cf7c34d79f07..8d290c2edd9578 100644 --- a/ports/bullet3/vcpkg.json +++ b/ports/bullet3/vcpkg.json @@ -1,6 +1,7 @@ { "name": "bullet3", "version": "3.25", + "port-version": 1, "description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library", "homepage": "https://github.com/bulletphysics/bullet3", "license": "Zlib", @@ -18,6 +19,9 @@ "double-precision": { "description": "Use float64 doubles for bullet3" }, + "extras": { + "description": "Build the extras" + }, "multithreading": { "description": "Multithreading functionality for bullet3" }, diff --git a/versions/b-/bullet3.json b/versions/b-/bullet3.json index 71f9c895aa376b..119dc2e3a6dc79 100644 --- a/versions/b-/bullet3.json +++ b/versions/b-/bullet3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9ecadb6b6e0651347e89555207f28c4ee5b1b51c", + "version": "3.25", + "port-version": 1 + }, { "git-tree": "2ddb8da6a7bd04aff093231935f5ead2a8ee7c79", "version": "3.25", diff --git a/versions/baseline.json b/versions/baseline.json index 0ff1bac5d486c0..7948ea874c5b0f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1318,7 +1318,7 @@ }, "bullet3": { "baseline": "3.25", - "port-version": 0 + "port-version": 1 }, "bustache": { "baseline": "1.1.0",