diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-21 22:38:12 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 01:19:20 +0100 |
commit | 77ea1e044c86761a04b4cdd5f6e3b023d925412a (patch) | |
tree | 462853d9154025661407842fae3ebf15eec79e05 /media-libs/waffle | |
parent | media-libs/libsdl2: Set USE-defaults for mesa[egl,gbm] (diff) | |
download | gentoo-77ea1e044c86761a04b4cdd5f6e3b023d925412a.tar.gz gentoo-77ea1e044c86761a04b4cdd5f6e3b023d925412a.tar.bz2 gentoo-77ea1e044c86761a04b4cdd5f6e3b023d925412a.zip |
media-libs/waffle: Set USE-defaults for mesa[egl,gbm]
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/waffle')
-rw-r--r-- | media-libs/waffle/waffle-1.7.0-r1.ebuild (renamed from media-libs/waffle/waffle-1.7.0.ebuild) | 2 | ||||
-rw-r--r-- | media-libs/waffle/waffle-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/waffle/waffle-1.7.0.ebuild b/media-libs/waffle/waffle-1.7.0-r1.ebuild index b58cfad30b98..7b4d01d42f65 100644 --- a/media-libs/waffle/waffle-1.7.0.ebuild +++ b/media-libs/waffle/waffle-1.7.0-r1.ebuild @@ -22,7 +22,7 @@ IUSE="doc +egl +gbm wayland X" RESTRICT="test" # gl_basic tests don't work when run from portage RDEPEND=" - >=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}] + >=media-libs/mesa-9.1.6[egl(+)?,gbm(+)?,${MULTILIB_USEDEP}] X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index b58cfad30b98..7b4d01d42f65 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -22,7 +22,7 @@ IUSE="doc +egl +gbm wayland X" RESTRICT="test" # gl_basic tests don't work when run from portage RDEPEND=" - >=media-libs/mesa-9.1.6[egl?,gbm?,${MULTILIB_USEDEP}] + >=media-libs/mesa-9.1.6[egl(+)?,gbm(+)?,${MULTILIB_USEDEP}] X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] |