Skip to content

Commit

Permalink
kde-plasma/kwayland-integration: filter-lto (Qt5-compat plugin)
Browse files Browse the repository at this point in the history
Also effectively no more development.

Bug: https://bugs.gentoo.org/921430
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Feb 6, 2024
1 parent d7dd69c commit 39158ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

KFMIN=5.113.0
QTMIN=5.15.9
inherit ecm plasma.kde.org
inherit ecm flag-o-matic plasma.kde.org

DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
Expand Down Expand Up @@ -41,3 +41,8 @@ BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"

src_configure() {
filter-lto # bug 921430
ecm_src_configure
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

KFMIN=5.113.0
QTMIN=5.15.9
inherit ecm plasma.kde.org
inherit ecm flag-o-matic plasma.kde.org

DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
Expand Down Expand Up @@ -41,3 +41,8 @@ BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"

src_configure() {
filter-lto # bug 921430
ecm_src_configure
}

0 comments on commit 39158ee

Please sign in to comment.