mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
net-misc/megasync: fix freeimage USE flag
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -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[@]}
|
||||
|
||||
Reference in New Issue
Block a user