1 Subject: Link libvdpao with libX11 since it uses symbols from it
2 Author: Russ Allbery <rra@debian.org>
5 libvdpau uses the symbols:
13 which are provided by libX11, but wasn't linking with it directly, resulting
14 in warnings during the package build (and possibly errors later with better
18 https://anonscm.debian.org/cgit/pkg-nvidia/libvdpau.git/tree/debian/patches/link-with-libx11.patch.]
20 Signed-off-by: Damien Lanson <damien@kal-host.com>
24 @@ -22,7 +22,8 @@ endif
25 libvdpau_la_LIBADD = \
32 libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined