Skip to content
  • Greg V's avatar
    meson: fix getting cflags from pkg-config · 53f91312
    Greg V authored
    get_pkgconfig_variable('cflags') always returns an empty list, it's a
    function for getting *custom* variables.
    
    Meson does not yet support asking for cflags, so explicitly invoke
    pkg-config for now.
    
    Fixes: 68076b87 ("meson: build gallium vdpau state tracker")
    Fixes: a817af8a89eb ("meson: build gallium xvmc state tracker")
    Fixes: 1d36dc67 ("meson: build gallium omx state tracker")
    Fixes: 5a785d51
    
     ("meson: build gallium va state tracker")
    Reviewed-by: default avatarDylan Baker <dylan.c.baker@intel.com>
    53f91312