On 12/16/20 2:53 PM, William Harrington via blfs-support wrote:
Greetings,I've gone through the libvdpau meson_options.txt and I don't see where graphviz is ever mentioned. libvdpau after install only has: 0x0000000000000001 (NEEDED) Shared library: [libX11.so.6] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libXext.so.6] 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000e (SONAME) Library soname: [libvdpau.so.1] So I'm curious now, where is graphviz involded with libvdpau? option('documentation', type : 'combo', choices : [ 'true', 'false', 'auto' ], value : 'auto', description : 'Build documentation') option('dri2', type : 'combo', choices : [ 'true', 'false', 'auto' ], value : 'auto', description : 'Query driver name through DRI2') option('moduledir', type : 'string', description : 'Module directory') Is it for later on down the line?
Are you referring to libvdpau-1.4 or libvdpau-va-gl-0.4.0? libvdpau-1.4 does not have graphviz listed as a dependency.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
