Rename 'il' option to 'devil'
This commit is contained in:
parent
460d929c6e
commit
b38e21d110
1 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ LICENCES="LGPL-2.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64"
|
||||||
MYOPTIONS="
|
MYOPTIONS="
|
||||||
boost freeimage gtk il openexr X
|
boost devil freeimage gtk openexr X
|
||||||
( freeimage il ) [[ number-selected = at-most-one ]]
|
( devil freeimage ) [[ number-selected = at-most-one ]]
|
||||||
( X gtk ) [[ number-selected = exactly-one ]]
|
( X gtk ) [[ number-selected = exactly-one ]]
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@ DEPENDENCIES="
|
||||||
media-libs/freetype:2
|
media-libs/freetype:2
|
||||||
|
|
||||||
boost? ( dev-libs/boost )
|
boost? ( dev-libs/boost )
|
||||||
|
devil? ( media-libs/DevIL )
|
||||||
freeimage? ( media-libs/FreeImage )
|
freeimage? ( media-libs/FreeImage )
|
||||||
gtk? ( x11-libs/gtk+ )
|
gtk? ( x11-libs/gtk+ )
|
||||||
il? ( media-libs/DevIL )
|
|
||||||
openexr? ( media-libs/openexr )
|
openexr? ( media-libs/openexr )
|
||||||
|
|
||||||
X? (
|
X? (
|
||||||
|
@ -57,8 +57,8 @@ src_configure() {
|
||||||
--disable-cg \
|
--disable-cg \
|
||||||
--disable-cegui \
|
--disable-cegui \
|
||||||
$(option_enable boost) \
|
$(option_enable boost) \
|
||||||
|
$(option_enable devil) \
|
||||||
$(option_enable freeimage) \
|
$(option_enable freeimage) \
|
||||||
$(option_enable il devil) \
|
|
||||||
$(option_enable openexr) \
|
$(option_enable openexr) \
|
||||||
${myconf[@]}
|
${myconf[@]}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue