package/sdl_image: disable dynamic loading of libraries
authorPaul Cercueil <paul@crapouillou.net>
Sun, 12 Jul 2020 19:57:12 +0000 (21:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jul 2020 21:05:35 +0000 (23:05 +0200)
commit2b69830b74d680c71638ddc1de7f1cd34532cb76
tree345c0a5bb69c45092c7f3128bef66165e4764923
parent32ab94102396cd99af51fdc0670e5ae129a0e79d
package/sdl_image: disable dynamic loading of libraries

The thing with Buildroot, is that we know in advance what will be in the
root filesystem. Therefore, we don't need SDL_image to probe for the
presence of libpng, libjpeg, libtiff or libwebp and dynamically load
them; SDL_image can be linked to them directly at compilation time.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/sdl_image/sdl_image.mk