Skip to content
  • Emil Velikov's avatar
    loader: rework xmlconfig dependency · 10e7c2c6
    Emil Velikov authored
    
    
    Currently xmlconfig is conditionally used, only when --enable-dri is
    available.
    
    As the library has moved to src/util and has wider wisebase, this guard
    is no longer correct. Strictly speaking - it wasn't since the
    introduction of xmlconfig into st/nine a while ago.
    
    Unconditionally enable xmlconfig and drop the linking. As said before
    there's other users of the library, so depending on the configure
    options we will get multiple definitions of said symbols.
    
    NOTE: To avoid breaking other combinations, this commit adds the
    xmlconfig link to the required places - throughout gallium and the DRI
    loaders.
    
    Cc: Aaron Watry <awatry@gmail.com>
    Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>
    Reviewed-by: default avatarNicolai Hähnle <nicolai.haehnle@amd.com>
    Tested-by: default avatarDieter Nützel <Dieter@nuetzel-hh.de>
    10e7c2c6