diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-08-17 12:55:50 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-08-17 12:56:58 +0300 |
commit | 4e9dd23c37183fe9aeb8d5fafaabd236a40cb1b2 (patch) | |
tree | 83d3d403da85f6ac7b342d2c50bda1fc21517aa7 /www-client | |
parent | sys-apps/heirloom-tools: update LICENSE (diff) | |
download | gentoo-4e9dd23c37183fe9aeb8d5fafaabd236a40cb1b2.tar.gz gentoo-4e9dd23c37183fe9aeb8d5fafaabd236a40cb1b2.tar.bz2 gentoo-4e9dd23c37183fe9aeb8d5fafaabd236a40cb1b2.zip |
www-client/firefox: install the vaapitest binary with 'hwaccel' use
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-116.0.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |