build: Don't duplicate Libs in Libs.private in pkg-config file

pkg-config already prepends Libs to Libs.private when you specify
--static so there's no need to duplicate them. Most other projects
don't do this.
This commit is contained in:
James Le Cuirot
2020-04-12 13:24:36 +01:00
parent 99f87a7158
commit abcc6706fd
4 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@@ -25717,7 +25717,7 @@ else
SDL_RLD_FLAGS=""
fi
SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"
SDL_STATIC_LIBS="$EXTRA_LDFLAGS"