audio/kapitonov-plugins-pack-lv2: add compiler:c11 to USES

to fix build on GCC-based systems:

  ../LV2/kpp_tubeamp/plugin.h:21:17: error: mutex: No such file or directory
This commit is contained in:
Mark Linimon
2021-04-11 15:58:58 -05:00
parent 4e993bb24a
commit 5e75fc4c5b

View File

@@ -17,7 +17,7 @@ LIB_DEPENDS= libzita-convolver.so:audio/zita-convolver \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-util.so:x11/xcb-util
USES= gnome localbase:ldflags meson pkgconfig xorg
USES= compiler:c11 gnome localbase:ldflags meson pkgconfig xorg
USE_GNOME= cairo
USE_XORG= xcb