comparison src/octave.mk @ 3788:f6d63f2a2de6

allow osmesa to build; remove it from octave deps for Windows systems
author John W. Eaton <jwe@octave.org>
date Sat, 14 Feb 2015 19:59:17 -0500
parents e1e69acf0bb2
children 26f72c8e2be7
comparison
equal deleted inserted replaced
3787:282bc5054a7f 3788:f6d63f2a2de6
9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE)
11 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 11 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
12 $(PKG)_FONTCONFIG := fontconfig 12 $(PKG)_FONTCONFIG := fontconfig
13 endif 13 endif
14 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack osmesa pcre pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib 14 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib
15 ifeq ($(MXE_WINDOWS_BUILD),no) 15 ifeq ($(MXE_WINDOWS_BUILD),no)
16 $(PKG)_DEPS += x11 xext 16 $(PKG)_DEPS += x11 xext osmesa
17 endif 17 endif
18 ifeq ($(ENABLE_64),no) 18 ifeq ($(ENABLE_64),no)
19 $(PKG)_DEPS += qhull 19 $(PKG)_DEPS += qhull
20 endif 20 endif
21 ifeq ($(ENABLE_JIT),yes) 21 ifeq ($(ENABLE_JIT),yes)