commit: d7d1ed0bdf6e9dc3231836bef970d2456b1b2c93
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 18:14:01 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 18:14:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d7d1ed0b
[dev-qt/qtgui:5] More accurate USE flag descriptions.
Package-Manager: portage-2.2.20
dev-qt/qtgui/metadata.xml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml
index 9408f2d..b2868d4 100644
--- a/dev-qt/qtgui/metadata.xml
+++ b/dev-qt/qtgui/metadata.xml
@@ -3,16 +3,16 @@
<pkgmetadata>
<herd>qt</herd>
<use>
- <flag name="egl">Use EGL instead of default GLX to manage
OpenGL contexts</flag>
- <flag name="eglfs">Compile EGL Full Screen/Single Surface
support</flag>
- <flag name="evdev">Enable evdev input support</flag>
+ <flag name="egl">Enable EGL integration</flag>
+ <flag name="eglfs">Build the EGL Full Screen/Single Surface
platform plugin</flag>
+ <flag name="evdev">Enable support for input devices via
evdev</flag>
<flag name="exceptions">Add support for exceptions - like
catching them
inside the event loop (recommended by upstream)</flag>
<flag name="gles2">Use GLES 2.0 or later instead of full
OpenGL</flag>
- <flag name="glib">Enable <pkg>dev-libs/glib</pkg> eventloop
support</flag>
+ <flag name="glib">Enable integration with the
<pkg>dev-libs/glib</pkg> event loop</flag>
<flag name="gtkstyle">Build a Qt style called GTK+ that mimics
the active GTK+ theme</flag>
<flag name="ibus">Build the IBus input method plugin</flag>
- <flag name="libinput">Enable input device support via
<pkg>dev-libs/libinput</pkg></flag>
+ <flag name="libinput">Enable support for input devices via
<pkg>dev-libs/libinput</pkg></flag>
<flag name="qt3support">Enable the Qt3Support libraries for
Qt4. Note that
this does not mean you can compile pure Qt3 programs
with Qt4.</flag>
<flag name="trace">Build the 'trace' graphicssystem engine
which allows to record
@@ -20,6 +20,7 @@
later with the qttracereplay tool.</flag>
<flag name="tslib">Enable support for touchscreen devices via
<pkg>x11-libs/tslib</pkg></flag>
<flag name="tuio">Build plugin to receive touch events over the
TUIO protocol</flag>
+ <flag name="xcb">Build the XCB platform plugin and enable X11
integration</flag>
</use>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>