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?

-- 
Berzerkula <[email protected]>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to