diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-08-30 10:39:23 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-30 10:49:40 -0700 |
commit | 462b00b1b5a789c26f48530ef3302c7e97fa4b94 (patch) | |
tree | 88fe8eda6332db3df9fc55f0a880ca32dfaeac9e /media-libs/mesa/mesa-9999.ebuild | |
parent | media-libs/mesa: Allow USE=xa with VIDEO_CARDS=vmware (diff) | |
download | gentoo-462b00b1b5a789c26f48530ef3302c7e97fa4b94.tar.gz gentoo-462b00b1b5a789c26f48530ef3302c7e97fa4b94.tar.bz2 gentoo-462b00b1b5a789c26f48530ef3302c7e97fa4b94.zip |
media-libs/mesa: Unconditionally pass -Dplatforms=...
Closes: https://bugs.gentoo.org/663642
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index dd53f7a46a23..5d17a42ba2b5 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -348,9 +348,7 @@ multilib_src_configure() { fi fi - if use egl; then - emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) - fi + emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) if use gallium; then emesonargs+=( |