spa: fix ALSA UMP support detection in meson

This commit is contained in:
Pauli Virtanen 2025-03-09 20:33:39 +02:00 committed by P V
parent 4379cf446f
commit fd5bd5ca6e
3 changed files with 15 additions and 9 deletions

View file

@ -12,8 +12,10 @@ extern "C" {
#include <stddef.h>
#include <math.h>
#include "config.h"
#include <alsa/asoundlib.h>
#ifdef ALSA_UMP
#ifdef HAVE_ALSA_UMP
#include <alsa/ump_msg.h>
#endif