commit:     4e9dd23c37183fe9aeb8d5fafaabd236a40cb1b2
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 09:55:50 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 09:56:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9dd23c

www-client/firefox: install the vaapitest binary with 'hwaccel' use

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox/firefox-116.0.3.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www-client/firefox/firefox-116.0.3.ebuild 
b/www-client/firefox/firefox-116.0.3.ebuild
index f99be60d5c07..02b7d73228ef 100644
--- a/www-client/firefox/firefox-116.0.3.ebuild
+++ b/www-client/firefox/firefox-116.0.3.ebuild
@@ -1248,6 +1248,10 @@ src_install() {
                        pref("gfx.x11-egl.force-enabled",          true);
                        EOF
                fi
+
+               # Install vaapitest binary
+               exeinto "${MOZILLA_FIVE_HOME}"
+               doexe "${BUILD_DIR}"/dist/bin/vaapitest
        fi
 
        if ! use gmp-autoupdate ; then

Reply via email to