diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-15 12:14:45 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-15 12:15:08 -0400 |
commit | 1c126c971ef7df6998b5a9cbd8e19ee7fdb17fb9 (patch) | |
tree | 521b54d11ed815c84940495bbcf14d027f0a84d7 /media-libs/libsdl2 | |
parent | app-admin/calamares: Update python targets (diff) | |
download | gentoo-1c126c971ef7df6998b5a9cbd8e19ee7fdb17fb9.tar.gz gentoo-1c126c971ef7df6998b5a9cbd8e19ee7fdb17fb9.tar.bz2 gentoo-1c126c971ef7df6998b5a9cbd8e19ee7fdb17fb9.zip |
media-libs/libsdl2: correct wayland REQUIRED_USE syntax
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.0.4.ebuild b/media-libs/libsdl2/libsdl2-2.0.4.ebuild index f3cfd7dd31ce..fecb9d62b12e 100644 --- a/media-libs/libsdl2/libsdl2-2.0.4.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.4.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE=" nas? ( sound ) opengl? ( video ) pulseaudio? ( sound ) - wayland ( gles ) + wayland? ( gles ) xinerama? ( X ) xscreensaver? ( X )" |