diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-10-30 03:45:56 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-10-30 03:48:01 +1100 |
commit | ea4e198005f4ca2ebdf3549ffc79223c4decd301 (patch) | |
tree | bcc920bb55f716462d4a10c0e7d45a965eafd8d7 /dev-qt | |
parent | dev-qt/qtwebchannel: backport patch from upstream solving build failure with ... (diff) | |
download | gentoo-ea4e198005f4ca2ebdf3549ffc79223c4decd301.tar.gz gentoo-ea4e198005f4ca2ebdf3549ffc79223c4decd301.tar.bz2 gentoo-ea4e198005f4ca2ebdf3549ffc79223c4decd301.zip |
dev-qt/qtgui: ensure that a GL integration plugin is always built
Gentoo-bug: 563156
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.5.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-qt/qtgui/qtgui-5.5.1.ebuild b/dev-qt/qtgui/qtgui-5.5.1.ebuild index 507b6d34cc73..c40699381bc2 100644 --- a/dev-qt/qtgui/qtgui-5.5.1.ebuild +++ b/dev-qt/qtgui/qtgui-5.5.1.ebuild @@ -22,6 +22,7 @@ REQUIRED_USE=" eglfs? ( egl ) ibus? ( dbus ) libinput? ( udev ) + xcb? ( gles2? ( egl ) ) " RDEPEND=" |