[Bug 244846] multimedia/libvdpau: missing dependency on x11/libX11, etc.

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244846

--- Comment #1 from John Hein <[email protected]> ---
I think I would only add x11, not xau & xdmcp.  libvdpau is only directly
linked to libX11 & libXext:

ldd -a /usr/local/lib/libvdpau.so.1.0.0
/usr/local/lib/libvdpau.so.1.0.0:
        libX11.so.6 => /usr/local/lib/libX11.so.6 (0x801203000)
        libdl.so.1 => /usr/lib/libdl.so.1 (0x80154a000)
        libXext.so.6 => /usr/local/lib/libXext.so.6 (0x80174b000)
        libthr.so.3 => /lib/libthr.so.3 (0x80195c000)
        libc.so.7 => /lib/libc.so.7 (0x800825000)
/usr/local/lib/libX11.so.6:
        libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0x801b85000)
        libthr.so.3 => /lib/libthr.so.3 (0x80195c000)
        libc.so.7 => /lib/libc.so.7 (0x800825000)
/usr/lib/libdl.so.1:
        libc.so.7 => /lib/libc.so.7 (0x800825000)
/usr/local/lib/libXext.so.6:
        libX11.so.6 => /usr/local/lib/libX11.so.6 (0x801203000)
        libc.so.7 => /lib/libc.so.7 (0x800825000)
/lib/libthr.so.3:
        libc.so.7 => /lib/libc.so.7 (0x800825000)
/usr/local/lib/libxcb.so.1:
        libXau.so.6 => /usr/local/lib/libXau.so.6 (0x801dab000)
        libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x801fae000)
        libthr.so.3 => /lib/libthr.so.3 (0x80195c000)
        libc.so.7 => /lib/libc.so.7 (0x800825000)
/usr/local/lib/libXau.so.6:
        libc.so.7 => /lib/libc.so.7 (0x800825000)
/usr/local/lib/libXdmcp.so.6:
        libc.so.7 => /lib/libc.so.7 (0x800825000)


--- Makefile    (revision 528524)
+++ Makefile    (working copy)
@@ -12,7 +12,7 @@

 USES=          localbase meson pkgconfig xorg
 USE_GITLAB=    yes
-USE_XORG=      xext xorgproto
+USE_XORG=      x11 xext xorgproto
 USE_LDCONFIG=  yes
 GL_SITE=       https://gitlab.freedesktop.org
 GL_ACCOUNT=    vdpau

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.