comparison src/octave.mk @ 3791:26f72c8e2be7

include osmesa in octave deps for all systems
author John W. Eaton <jwe@octave.org>
date Sun, 15 Feb 2015 14:36:31 -0500
parents f6d63f2a2de6
children c6dd0518f31b
comparison
equal deleted inserted replaced
3790:a169ad26bac2 3791:26f72c8e2be7
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 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 osmesa 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 osmesa 16 $(PKG)_DEPS += x11 xext
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)