Update Dependencies
This commit is contained in:
parent
5b792fbf3a
commit
9ef0868889
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -19,5 +19,5 @@
|
||||
url = https://gitlab.com/qemu-project/qemu.git
|
||||
ignore = dirty
|
||||
[submodule "media-layer/core/gles/dependencies/gles-compatibility-layer"]
|
||||
path = media-layer/core/gles/dependencies/gles-compatibility-layer
|
||||
path = media-layer/core/gles/dependencies/gles-compatibility-layer/src
|
||||
url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/gles-compatibility-layer.git
|
||||
|
2
dependencies/LIEF/src
vendored
2
dependencies/LIEF/src
vendored
@ -1 +1 @@
|
||||
Subproject commit 966a66c78a498ed694f28a25b350853852612c4d
|
||||
Subproject commit 2d9855fc7f9d4ce6325245f8b75c98eb7663db60
|
2
dependencies/libpng/zlib/src
vendored
2
dependencies/libpng/zlib/src
vendored
@ -1 +1 @@
|
||||
Subproject commit 04f42ceca40f73e2978b50e93806c2a18c1281fc
|
||||
Subproject commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851
|
2
dependencies/qemu/src
vendored
2
dependencies/qemu/src
vendored
@ -1 +1 @@
|
||||
Subproject commit 621da7789083b80d6f1ff1c0fb499334007b4f51
|
||||
Subproject commit 78385bc738108a9b5b20e639520dc60425ca2a5a
|
@ -1 +1 @@
|
||||
Subproject commit 3fa2360720eeba1964df3c0ecf4b5df8648a8e52
|
||||
Subproject commit 3eaf1255b29fdf5c2895856c7be7d7185ef2b241
|
@ -2,10 +2,5 @@ project(media-layer-core-gles-dependencies)
|
||||
|
||||
# GLES Compatibility Layer
|
||||
if(NOT MCPI_HEADLESS_MODE AND MCPI_USE_GLES1_COMPATIBILITY_LAYER)
|
||||
set(GLES_COMPATIBILITY_LAYER_USE_DEFAULT_INCLUDE_PATH FALSE CACHE BOOL "" FORCE)
|
||||
set(GLES_COMPATIBILITY_LAYER_USE_ES3 FALSE CACHE BOOL "" FORCE)
|
||||
set(GLES_COMPATIBILITY_LAYER_USE_SDL FALSE CACHE BOOL "" FORCE)
|
||||
set(GLES_COMPATIBILITY_LAYER_DEPENDENCY glfw CACHE STRING "" FORCE)
|
||||
add_subdirectory(gles-compatibility-layer)
|
||||
target_link_libraries(gles-compatibility-layer media-layer-headers)
|
||||
endif()
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 86dadd6644d454b1c5460d7110a89c54cbdd2507
|
@ -0,0 +1,9 @@
|
||||
project(media-layer-core-gles-dependencies-gles-compatibility-layer)
|
||||
|
||||
# GLES Compatibility Layer
|
||||
set(GLES_COMPATIBILITY_LAYER_USE_DEFAULT_INCLUDE_PATH FALSE CACHE BOOL "" FORCE)
|
||||
set(GLES_COMPATIBILITY_LAYER_USE_ES3 FALSE CACHE BOOL "" FORCE)
|
||||
set(GLES_COMPATIBILITY_LAYER_USE_SDL FALSE CACHE BOOL "" FORCE)
|
||||
set(GLES_COMPATIBILITY_LAYER_DEPENDENCY glfw CACHE STRING "" FORCE)
|
||||
add_subdirectory(src)
|
||||
target_link_libraries(gles-compatibility-layer media-layer-headers)
|
@ -0,0 +1 @@
|
||||
Subproject commit 5bf535a68fe1ca0381b4628859e642b40a166017
|
@ -1 +1 @@
|
||||
../core/gles/dependencies/gles-compatibility-layer/include/GLES
|
||||
../core/gles/dependencies/gles-compatibility-layer/src/include/GLES
|
Loading…
Reference in New Issue
Block a user