|
|
@ -1,3 +1,4 @@ |
|
|
|
#!/bin/bash |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
@ -20,14 +21,20 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
var_append confopt ' ' '--enable-release' |
|
|
|
var_append confopt ' ' '--enable-loader' |
|
|
|
var_append extraconfopt ' ' '--enable-release' |
|
|
|
var_append extraconfopt ' ' '--enable-loader' |
|
|
|
|
|
|
|
var_append confopt ' ' '--enable-esd' |
|
|
|
var_append confopt ' ' '--enable-arts' |
|
|
|
var_append confopt ' ' '--enable-jack' |
|
|
|
var_append extraconfopt ' ' '--enable-esd' |
|
|
|
var_append extraconfopt ' ' '--enable-arts' |
|
|
|
var_append extraconfopt ' ' '--enable-jack' |
|
|
|
|
|
|
|
var_append confopt ' ' '--enable-pvr' |
|
|
|
var_append confopt ' ' '--enable-v4l' |
|
|
|
var_append confopt ' ' '--enable-dvb' |
|
|
|
var_append extraconfopt ' ' '--enable-pvr' |
|
|
|
var_append extraconfopt ' ' '--enable-v4l' |
|
|
|
var_append extraconfopt ' ' '--enable-dvb' |
|
|
|
|
|
|
|
pkginstalled mozilla || pkginstalled firefox && \ |
|
|
|
var_append extraconfopt ' ' '--enable-mozilla' |
|
|
|
pkginstalled firefox && hook_add preconf 3 \ |
|
|
|
'export ac_cv_path_MOZILLA_CONFIG="$root/usr/bin/firefox-config" ; \ |
|
|
|
export ac_cv_path_XPIDL="$root/usr/lib/firefox-`$ac_cv_path_MOZILLA_CONFIG --version`/xpidl |
|
|
|
var_append makeinstopt npvlcdir=$root/usr/lib/firefox-`$ac_cv_path_MOZILLA_CONFIG --version`/plugins"' |