diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-03 21:24:31 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-01-03 21:24:31 +0000 |
commit | 3ae6280f3137fc36d7347add977d6c48374b69ec (patch) | |
tree | 4b3e5891a561f9411a32d55ca5d73b86efb081b9 /net-irc/quassel/metadata.xml | |
parent | Fix for respecting CFLAGS bug #240125 and prestriping binaries bug #240108. ... (diff) | |
download | gentoo-2-3ae6280f3137fc36d7347add977d6c48374b69ec.tar.gz gentoo-2-3ae6280f3137fc36d7347add977d6c48374b69ec.tar.bz2 gentoo-2-3ae6280f3137fc36d7347add977d6c48374b69ec.zip |
Fix build issues in live. Basic ebuild from patrick, i am proxying because he cant test.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'net-irc/quassel/metadata.xml')
-rw-r--r-- | net-irc/quassel/metadata.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml index bedb064f9796..c7307ee2d51f 100644 --- a/net-irc/quassel/metadata.xml +++ b/net-irc/quassel/metadata.xml @@ -15,12 +15,20 @@ disabled, the GUI is not built, and cannot be used. You might want to disable this on the server, but you need it enabled on the client. - </flag> + </flag> + <flag name="phonon"> + Build client with phonon backend support. This enables sound + playback in client. + </flag> <flag name="server"> Build the server binary. If this USE flag is disabled, the 'core' server binary for quassel is not built, and cannot be used. You need this enabled on the server, but you might want to disable it on the client. - </flag> + </flag> + <flag name="webkit"> + Use qt-webkit rendering engine for showing url thumbmails and + for other things that needs webbrowser intergration. + </flag> </use> </pkgmetadata> |