]> git.proxmox.com Git - mirror_qemu.git/commit
configure: Fix build with pkg-config and --static --enable-sdl
authorThomas Huth <thuth@redhat.com>
Tue, 13 Jun 2017 18:00:44 +0000 (20:00 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 11 Jul 2017 08:18:37 +0000 (11:18 +0300)
commit5f37e6d4a7b22ccf1bb8fa4eb35784d90ff78fbc
treef1064f9499784640011cce7cac31d9f1687ee247
parent3bcf7d7df552c8bd4fdfe70b753f45169407cacb
configure: Fix build with pkg-config and --static --enable-sdl

The configure script prefers pkg-config over sdl-config, but
the "--static-libs" parameter only exists for the latter. With
pkg-config, "--static --libs" have to be used instead.

Buglink: https://bugs.launchpad.net/qemu/+bug/984516
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure