buildsystem: add support to select building OEM support via commandline (OEM=yes|no)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-02-22 08:20:15 +01:00
parent 695d5337e8
commit 9721c185b5

View File

@ -99,5 +99,10 @@ fi
. $HOME/.openelec/options.$DISTRO
fi
# overwrite OEM_SUPPORT via commandline
if [ "$OEM" = yes -o "$OEM" = no ]; then
OEM_SUPPORT=$OEM
fi
. config/graphic
. config/path $1