comparison src/default-octave.mk @ 3827:02990526ae69

allow building of X11 libs to be disabled
author John W. Eaton <jwe@octave.org>
date Wed, 04 Mar 2015 09:27:23 -0500
parents c6dd0518f31b
children 1d83829da885
comparison
equal deleted inserted replaced
3826:58d4bbcb30bc 3827:02990526ae69
14 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 14 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
15 $(PKG)_FONTCONFIG := fontconfig 15 $(PKG)_FONTCONFIG := fontconfig
16 endif 16 endif
17 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib 17 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib
18 ifeq ($(MXE_WINDOWS_BUILD),no) 18 ifeq ($(MXE_WINDOWS_BUILD),no)
19 $(PKG)_DEPS += x11 xext 19 ifeq ($(USE_SYSTEM_X11_LIBS),no)
20 $(PKG)_DEPS += x11 xext
21 endif
20 endif 22 endif
21 ifeq ($(ENABLE_64),no) 23 ifeq ($(ENABLE_64),no)
22 $(PKG)_DEPS += qhull 24 $(PKG)_DEPS += qhull
23 endif 25 endif
24 ifeq ($(ENABLE_JIT),yes) 26 ifeq ($(ENABLE_JIT),yes)