mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
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:
parent
d49ee62330
commit
b99c14614e
@ -149,6 +149,9 @@
|
|||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
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)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -149,6 +149,9 @@
|
|||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
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)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -149,6 +149,9 @@
|
|||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
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)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -149,6 +149,9 @@
|
|||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
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)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -149,6 +149,9 @@
|
|||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
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)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -149,6 +149,9 @@
|
|||||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
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)
|
# build and install with XBMC webfrontend (yes / no)
|
||||||
WEBSERVER="yes"
|
WEBSERVER="yes"
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
# build and install with NFS mount support in XBMC (yes / no)
|
# build and install with NFS mount support in XBMC (yes / no)
|
||||||
NFS_SUPPORT="yes"
|
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)
|
# build and install Samba Server (yes / no)
|
||||||
SAMBA_SERVER="yes"
|
SAMBA_SERVER="yes"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user