projects/*/options: add option to install ntfs-3g support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-23 01:49:58 +02:00
parent 522189929c
commit 9b456cd983
3 changed files with 9 additions and 0 deletions

View File

@ -112,6 +112,9 @@
# build and install powermanagement support (upower) (yes / no)
UPOWER="yes"
# build and install NTFS-3G fuse support (yes / no)
NTFS3G="yes"
# Displayserver to use (xorg-server / no)
DISPLAYSERVER="xorg-server"

View File

@ -112,6 +112,9 @@
# build and install powermanagement support (upower) (yes / no)
UPOWER="yes"
# build and install NTFS-3G fuse support (yes / no)
NTFS3G="yes"
# Displayserver to use (xorg-server / no)
DISPLAYSERVER="xorg-server"

View File

@ -112,6 +112,9 @@
# build and install powermanagement support (upower) (yes / no)
UPOWER="yes"
# build and install NTFS-3G fuse support (yes / no)
NTFS3G="yes"
# Displayserver to use (xorg-server / no)
DISPLAYSERVER="xorg-server"