comparison src/default-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
12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz 12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
13 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download 13 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download
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 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 osmesa 19 $(PKG)_DEPS += x11 xext
20 endif 20 endif
21 ifeq ($(ENABLE_64),no) 21 ifeq ($(ENABLE_64),no)
22 $(PKG)_DEPS += qhull 22 $(PKG)_DEPS += qhull
23 endif 23 endif
24 ifeq ($(ENABLE_JIT),yes) 24 ifeq ($(ENABLE_JIT),yes)