From fd28302db9a3ead9dc234c4cccfb5ff2cc9786d4 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sat, 29 Oct 2022 18:56:44 +0200 Subject: audio/mpg123: add missing dependency for SNDIO Add 'pkgconfig' dependency which is required for the 'sndio' audio backend detection. PR: 267417 [1] Reported by: p5B2EA84B3@t-online.de [1], fluffy --- audio/mpg123/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/mpg123/Makefile') diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 69cbf0bf50a5..8c5c0074d371 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -35,6 +35,7 @@ FPU_CONFIGURE_OFF= --with-cpu=arm_nofpu SNDIO_CONFIGURE_ON= --with-audio=sndio,oss SNDIO_CONFIGURE_OFF= --with-audio=oss SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +SNDIO_USES= pkgconfig OPTCPU_CONFIGURE_ON= --with-cpu=x86 OPTCPU_CONFIGURE_OFF= --with-cpu=generic_fpu -- cgit v1.2.3