1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 10:21:24 +02:00

Added gtk2 flag for easytag

This commit is contained in:
2024-07-22 11:16:36 +02:00
parent 7443c2b4d5
commit e616152d91
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="flac mp3 mp4 nls speex vorbis wavpack"
IUSE="flac gtk2 mp3 mp4 nls speex vorbis wavpack"
RDEPEND=">=x11-libs/gtk+-2.24:2
mp3? (
@@ -53,7 +53,8 @@ src_configure() {
$(use_enable speex) \
$(use_enable flac) \
$(use_enable mp4) \
$(use_enable wavpack)
$(use_enable wavpack) \
$(use_with gtk2)
# workaround for gcc>10
sed -i -e 's/\(^CFLAGS = .*\)/\1 -fcommon/' Makefile || die
}