app-mobilephone/scrcpy: fix xdg use

Closes: https://bugs.gentoo.org/960697
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2025-07-27 19:01:11 +02:00
parent 75d4653f41
commit caaf5164e0

View File

@@ -44,7 +44,7 @@ src_configure() {
}
pkg_postinst() {
xdg_pkg_postrm
xdg_pkg_postinst
if has_version media-video/pipewire; then
ewarn "On pipewire systems scrcpy might not start due to a problem with libsdl2."