diff options
-rw-r--r-- | media-libs/libsdl/metadata.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/libsdl/metadata.xml b/media-libs/libsdl/metadata.xml index 7bffbdb345a5..f6ce6454e020 100644 --- a/media-libs/libsdl/metadata.xml +++ b/media-libs/libsdl/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>games</herd> -<longdescription> + <herd>games</herd> + <longdescription> Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG @@ -18,4 +18,10 @@ SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby. </longdescription> + <use> + <flag name="custom-cflags">Allow users to use any CFLAGS they like completely (at their own risk)</flag> + <flag name="noaudio">Allow users to disable audio support completely (at their own risk)</flag> + <flag name="nojoystick">Allow users to disable joystick support completely (at their own risk)</flag> + <flag name="novideo">Allow users to disable video support completely (at their own risk)</flag> + </use> </pkgmetadata> |