-
- Downloads
Support dynamic loading of SDL libraries
This is mainly to address old issue when one need to have SDL library installed in order to use our official builds. Some hip distros already installs SDL, but it's not quite the same across all the variety of the distros. We also now switching to SDL-2.0, most of the distros have it in repositories already, so it shouldn't be huge deal to install it if needed. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D878
Showing
- CMakeLists.txt 24 additions, 10 deletionsCMakeLists.txt
- SConstruct 2 additions, 0 deletionsSConstruct
- build_files/cmake/macros.cmake 3 additions, 2 deletionsbuild_files/cmake/macros.cmake
- build_files/scons/config/linux-config.py 3 additions, 3 deletionsbuild_files/scons/config/linux-config.py
- build_files/scons/tools/Blender.py 5 additions, 2 deletionsbuild_files/scons/tools/Blender.py
- build_files/scons/tools/btools.py 2 additions, 1 deletionbuild_files/scons/tools/btools.py
- extern/CMakeLists.txt 4 additions, 0 deletionsextern/CMakeLists.txt
- extern/SConscript 3 additions, 0 deletionsextern/SConscript
- extern/sdlew/CMakeLists.txt 40 additions, 0 deletionsextern/sdlew/CMakeLists.txt
- extern/sdlew/SConscript 35 additions, 0 deletionsextern/sdlew/SConscript
- extern/sdlew/auto/sdlew_gen.sh 250 additions, 0 deletionsextern/sdlew/auto/sdlew_gen.sh
- extern/sdlew/auto/strip_comments.sh 15 additions, 0 deletionsextern/sdlew/auto/strip_comments.sh
- extern/sdlew/include/SDL2/SDL.h 73 additions, 0 deletionsextern/sdlew/include/SDL2/SDL.h
- extern/sdlew/include/SDL2/SDL_assert.h 140 additions, 0 deletionsextern/sdlew/include/SDL2/SDL_assert.h
- extern/sdlew/include/SDL2/SDL_atomic.h 185 additions, 0 deletionsextern/sdlew/include/SDL2/SDL_atomic.h
- extern/sdlew/include/SDL2/SDL_audio.h 222 additions, 0 deletionsextern/sdlew/include/SDL2/SDL_audio.h
- extern/sdlew/include/SDL2/SDL_bits.h 53 additions, 0 deletionsextern/sdlew/include/SDL2/SDL_bits.h
- extern/sdlew/include/SDL2/SDL_blendmode.h 25 additions, 0 deletionsextern/sdlew/include/SDL2/SDL_blendmode.h
- extern/sdlew/include/SDL2/SDL_clipboard.h 29 additions, 0 deletionsextern/sdlew/include/SDL2/SDL_clipboard.h
- extern/sdlew/include/SDL2/SDL_config.h 175 additions, 0 deletionsextern/sdlew/include/SDL2/SDL_config.h
Loading
Please sign in to comment