SHA256
1
0
forked from pool/emptyepsilon
emptyepsilon/use_bundled_basis_universal.patch
Dominik Heidler fbbd7b1f5d - Version 2022.03.16
* DeliverAmbassador
  * Update warpJammer.cpp
  * update setting translation scenario_50_gaps.lua (#1656)
  * Tweak warp vs jump stats a bit so they are more equal.
  * Correct description discrepancy - the enemies are Exuari, not Kraylor.
  * Add estimated duration of one hour to description
  * Add descriptions and simple scan parameters for life pod and warp jammer
  * Increase the number of attacking hornets gradually while waiting for transport retrieval
  * New function for adding shields on Playership in scenarios
  * made your point clear in the documentation

OBS-URL: https://build.opensuse.org/package/show/games/emptyepsilon?expand=0&rev=5
2022-09-15 10:38:51 +00:00

22 lines
906 B
Diff

--- SeriousProton-EE-2022.03.16/libs/basis_universal/CMakeLists.txt 2022-03-15 23:05:53.000000000 +0100
+++ /var/tmp/build-root/openSUSE_Tumbleweed-x86_64//home/abuild/rpmbuild/SOURCES/SeriousProton-EE-2022.03.16/libs/basis_universal/CMakeLists.txt 2022-09-14 16:11:34.683294183 +0200
@@ -30,8 +30,10 @@
if(NOT basis_POPULATED)
if(COMMAND FetchContent_Populate)
- FetchContent_Populate(basis)
endif()
+ set(BASIS_BASE_PATH "${EXTERNALS_DIR}")
+ set(basis_SOURCE_DIR "${BASIS_BASE_PATH}/basis")
+ message("${basis_SOURCE_DIR}/encoder/basisu_backend.cpp")
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(BUILD_X64 FALSE CACHE BOOL "")
endif()
@@ -117,4 +119,4 @@
)
target_compile_features(basisu-transcoder PUBLIC cxx_std_11)
target_include_directories(basisu-transcoder INTERFACE "${basis_SOURCE_DIR}")
-endif()
\ Kein Zeilenumbruch am Dateiende.
+endif()