projects/*/options: add option to en/disable building xbmc with afp support (disabled for now)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-10 16:02:41 +02:00
parent d49ee62330
commit b99c14614e
7 changed files with 21 additions and 0 deletions

View File

@ -149,6 +149,9 @@
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
AFP_SUPPORT="no"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -149,6 +149,9 @@
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
AFP_SUPPORT="no"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -149,6 +149,9 @@
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
AFP_SUPPORT="no"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -149,6 +149,9 @@
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
AFP_SUPPORT="no"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -149,6 +149,9 @@
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
AFP_SUPPORT="no"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -149,6 +149,9 @@
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
AFP_SUPPORT="no"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"

View File

@ -155,6 +155,9 @@
# build and install with NFS mount support in XBMC (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
AFP_SUPPORT="no"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"