root: disable OpenGL due to problems on Mac OS X

This commit is contained in:
2014-07-17 16:01:04 +02:00
parent 611e078d4c
commit 1f3c0fc48d

View File

@@ -14,9 +14,10 @@ esac
function em.configure() {
"${EM_SRCDIR}"/configure \
--disable-python \
--disable-mysql \
--disable-ldap \
--disable-mysql \
--disable-opengl \
--disable-python \
--enable-fftw3 \
--with-cc=${CC} \
--with-cxx=${CXX} \
@@ -26,6 +27,10 @@ function em.configure() {
|| exit 1
}
function em.build() {
make -j 4
}
function em.install() {
make clean