comparison src/stable-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 2b4493282fc7
children 86d65a780bab
comparison
equal deleted inserted replaced
3742:14869a85249d 3743:4f58c4b4dee0
10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.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 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