mirror of
https://github.com/yawut/SDL.git
synced 2026-04-26 00:57:36 -05:00
Fixed bug #531
The static libs should include all the other libraries the dynamic SDL library links with. sdl.pc should include these so "pkg-config sdl --libs --static" works --HG-- branch : SDL-1.2
This commit is contained in:
parent
17ace74124
commit
6b3f41d9c8
|
|
@ -2749,7 +2749,7 @@ case "$ARCH" in
|
||||||
SDL_STATIC_LIBS="\${libdir}/libSDLmain.a \${libdir}/libSDL.a $EXTRA_LDFLAGS"
|
SDL_STATIC_LIBS="\${libdir}/libSDLmain.a \${libdir}/libSDL.a $EXTRA_LDFLAGS"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
SDL_STATIC_LIBS="$SDL_LIBS"
|
SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,5 @@ Version: @SDL_VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Conflicts:
|
Conflicts:
|
||||||
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
|
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
|
||||||
|
Libs.private: @SDL_STATIC_LIBS@
|
||||||
Cflags: -I${includedir}/SDL @SDL_CFLAGS@
|
Cflags: -I${includedir}/SDL @SDL_CFLAGS@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user