Don't enable the mediactrl on jaguar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -201,6 +201,9 @@ echo "Using source tree: $WXDIR"
|
|||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
|
if [ $KIND = panther ]; then
|
||||||
|
OTHER_CFG_OPTS=--enable-mediactrl
|
||||||
|
fi
|
||||||
|
|
||||||
# Configure wxWidgets
|
# Configure wxWidgets
|
||||||
if [ $skipconfig != yes ]; then
|
if [ $skipconfig != yes ]; then
|
||||||
@@ -215,8 +218,7 @@ if [ $skipconfig != yes ]; then
|
|||||||
--enable-debug_flag \
|
--enable-debug_flag \
|
||||||
--enable-precomp=no \
|
--enable-precomp=no \
|
||||||
--enable-optimise \
|
--enable-optimise \
|
||||||
$UNICODEOPT
|
$UNICODEOPT $OTHER_CFG_OPTS
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user