Skip to content
  • Dylan Baker's avatar
    meson: Print a message about why a libdrm version was selected · d25a27ec
    Dylan Baker authored
    We require a single version of libdrm for all of our libdrm
    dependencies (core and driver), but the way this is structured can make
    the error message less than helpful, as one driver might be the one
    setting the libdrm requirement, while another might be the one that
    generates the version failure.
    
    This adds a simple message to the output announcing which libdrm module
    set the version, which might be more helpful.
    
    v2: - Use message suggested by Eric Engstrom
    
    Fixes: c445b1d5
    
    
           ("meson: Use the same version for all libdrm checks")
    Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>
    d25a27ec