|
|
@ -20,7 +20,6 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
mplayer_postmake() { |
|
|
|
if type -p gtk-config > /dev/null ; then |
|
|
|
echo "extracting the default GUI ..." |
|
|
@ -78,8 +77,6 @@ if test "$ROCKCFG_PKG_MPLAYER_BLINKENLIGHTS" != 0 ; then |
|
|
|
var_append confopt " " "--enable-bl" |
|
|
|
fi |
|
|
|
|
|
|
|
var_append confopt " " "--enable-live" |
|
|
|
|
|
|
|
type -p gtk-config > /dev/null && var_append confopt " " "--enable-gui" |
|
|
|
test "$ROCKCFG_DISABLE_NLS" = 1 && var_append confopt " " "--disable-i18n" |
|
|
|
|
|
|
|