diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-05 14:35:04 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-05 14:35:20 -0500 |
commit | d6493cb335ca09710160b4cc1886b3ca16f1b87b (patch) | |
tree | 544675cd4ed23c72b4118cb271ed3df42c2bd759 /media-sound/spotify | |
parent | media-sound/spotify: fix missing x11 deps (diff) | |
download | gentoo-d6493cb335ca09710160b4cc1886b3ca16f1b87b.tar.gz gentoo-d6493cb335ca09710160b4cc1886b3ca16f1b87b.tar.bz2 gentoo-d6493cb335ca09710160b4cc1886b3ca16f1b87b.zip |
media-sound/spotify: add more libs to qa prebuilt
Closes: https://bugs.gentoo.org/740500
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.1.26-r2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild b/media-sound/spotify/spotify-1.1.26-r2.ebuild index 6c28565a405c..fdf168b74773 100644 --- a/media-sound/spotify/spotify-1.1.26-r2.ebuild +++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild @@ -43,7 +43,14 @@ RDEPEND=" S=${WORKDIR}/ -QA_PREBUILT="opt/spotify/spotify-client/spotify" +QA_PREBUILT=" + opt/spotify/spotify-client/spotify + opt/spotify/spotify-client/libEGL.so + opt/spotify/spotify-client/libGLESv2.so + opt/spotify/spotify-client/libcef.so + opt/spotify/spotify-client/swiftshader/libEGL.so + opt/spotify/spotify-client/swiftshader/libGLESv2.so +" src_prepare() { # Fix desktop entry to launch spotify-dbus.py for systray integration |