net-misc/megasync: fix freeimage USE flag

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2023-11-03 22:47:10 +09:00
parent d62186519d
commit ffd3d54241

View File

@@ -29,7 +29,7 @@ fi
LICENSE="MEGA"
SLOT="0"
IUSE="+cryptopp +curl +freeimage +sqlite +zlib dolphin examples java nautilus php python readline threads thunar"
IUSE="+cryptopp +curl +sqlite +zlib dolphin examples freeimage java nautilus php python readline threads thunar"
RDEPEND="
app-arch/xz-utils
@@ -121,6 +121,7 @@ src_configure() {
local myeqmakeargs=(
MEGA.pro
CONFIG+="release"
$(usex freeimage "" "CONFIG+=nofreeimage")
)
eqmake5 ${myeqmakeargs[@]}