1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/sdl2
Antoine Fontaine 09e11a0297 community/sdl2: build the static library
the package featured a `-static` subpackage, but the subpackage was only
featuring `/usr/lib/libSDL2main.a`, which is a dummy file:

	> ar t /usr/lib/libSDL2main.a
	SDL_dummy_main.c.o

this commit make cmake build the static library, which makes the
subpackage include `/usr/lib/libSDL2.a` and work as intended.

I've tested it with an hello world program.
2020-05-24 10:51:51 +00:00
..
0001-src-video-directfb-SDL_DirectFB_render.c-fix-build.patch
APKBUILD
directfb-cflags.patch
khronos.patch