commit: dcc15e86239fb8fc7fa931e2c36715ca957289af Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 6 03:36:37 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 6 18:18:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc15e86
profiles/prefix/darwin/macos/features/fsf-gcc-ld64: mask media-libs/libsdl[sound, joystick] Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.use.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.use.mask index 9c5970c451a..18723cb4927 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.use.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-04-06) +# Uses CoreAudio, IOKit respectively +# Video _in theory_ could work with the dummy driver though. +# This doesn't get us building all the way but it's progress. +media-libs/libsdl -sound -joystick + # Ulrich Müller <[email protected]> (2020-11-29) # GCC's Objective-C compiler fails to build the Aqua/Cocoa interface. # Bug #757300
