Skip to content
  • Dylan Baker's avatar
    meson: Key whether to build batch decoder on expat · ce07aaba
    Dylan Baker authored and Marge Bot's avatar Marge Bot committed
    Instead of on Android. Which allows an end user to turn off expat
    without breaking or disabling Intel support. I've additionally
    refactored to separate expat and xmlconfig a bit more in the root
    meson.build
    
    This does make expat a hard dependency for building Intel tools, despite
    the fact that only aubinator actually requires it. This simplifies the
    build for the common case, and in the event that someone wants to build
    the Intel tools and doesn't have libexpat, they can fall back to the
    meson wrap for expat instead.
    
    fixes: 75276dee
    closes: mesa/mesa#8791
    
    
    
    Reviewed-by: default avatarMark Janes <markjanes@swizzler.org>
    Part-of: <mesa/mesa!23605>
    ce07aaba