[Bug 244846] multimedia/libvdpau: missing dependency on x11/libX11, etc.
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244846
Bug ID: 244846
Summary: multimedia/libvdpau: missing dependency on x11/libX11,
etc.
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
CC: [email protected], [email protected]
multimedia/libvdpau is missing a dependency on x11/libX11 and others.
ldd /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)
libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0x801b85000)
libXau.so.6 => /usr/local/lib/libXau.so.6 (0x801dab000)
libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x801fae000)
--- 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 xau xdmcp 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]"