summaryrefslogtreecommitdiff
path: root/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild')
-rw-r--r--app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild b/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild
index a24a7aa758ab..6b6083dbe912 100644
--- a/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild
+++ b/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,6 @@ SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="lto"
DEPEND="media-libs/libsdl2[X]
media-video/ffmpeg
@@ -26,7 +25,6 @@ BDEPEND=""
src_configure() {
local emesonargs=(
- $(meson_use lto b_lto)
-Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}"
)
meson_src_configure