comparison src/default-octave.mk @ 3743:4f58c4b4dee0

build libX11 and dependencies
author John W. Eaton <jwe@octave.org>
date Wed, 19 Nov 2014 11:12:26 -0500
parents 26f68f03c4b2
children bc32b686d0f5
comparison
equal deleted inserted replaced
3742:14869a85249d 3743:4f58c4b4dee0
10 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download 10 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download
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 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 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)
16 $(PKG)_DEPS += x11 xext
17 endif
15 ifeq ($(ENABLE_64),no) 18 ifeq ($(ENABLE_64),no)
16 $(PKG)_DEPS += qhull 19 $(PKG)_DEPS += qhull
17 endif 20 endif
18 ifeq ($(ENABLE_JIT),yes) 21 ifeq ($(ENABLE_JIT),yes)
19 $(PKG)_DEPS += llvm 22 $(PKG)_DEPS += llvm