diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-18 16:43:32 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-18 16:43:32 +0100 |
commit | b3f086178cf2f73c15d347fd824eb249c93a678c (patch) | |
tree | 3479991eec716483919304d670b11f34ac839934 | |
parent | 2e2e575bab74f41333bc932fb48aa6920c3bd3a9 (diff) | |
download | gentoo-personal-overlay-b3f086178cf2f73c15d347fd824eb249c93a678c.tar.gz gentoo-personal-overlay-b3f086178cf2f73c15d347fd824eb249c93a678c.tar.bz2 gentoo-personal-overlay-b3f086178cf2f73c15d347fd824eb249c93a678c.zip |
Fix emerge for desktop/wayland
-rw-r--r-- | profiles/desktop/wayland/package.accept_keywords | 3 | ||||
-rw-r--r-- | profiles/desktop/wayland/package.use | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/profiles/desktop/wayland/package.accept_keywords b/profiles/desktop/wayland/package.accept_keywords index 37ba90a..3c91ea5 100644 --- a/profiles/desktop/wayland/package.accept_keywords +++ b/profiles/desktop/wayland/package.accept_keywords @@ -1 +1,4 @@ dev-libs/sway ~amd64 + +media-libs/mesa ~amd64 +dev-libs/wlc ~amd64 diff --git a/profiles/desktop/wayland/package.use b/profiles/desktop/wayland/package.use index 4b2a1d6..315995b 100644 --- a/profiles/desktop/wayland/package.use +++ b/profiles/desktop/wayland/package.use @@ -1 +1,5 @@ dev-libs/sway swaygrab swaylock + +# Needed for wayland +media-libs/mesa gles2 +media-libs/libsdl2 gles |