root: disable OpenGL due to problems on Mac OS X
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user