diff src/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
line wrap: on
line diff
--- a/src/octave.mk	Tue Nov 25 13:31:45 2014 -0500
+++ b/src/octave.mk	Wed Nov 19 11:12:26 2014 -0500
@@ -12,6 +12,9 @@
   $(PKG)_FONTCONFIG := fontconfig
 endif
 $(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
+ifeq ($(MXE_WINDOWS_BUILD),no)
+  $(PKG)_DEPS += x11 xext
+endif
 ifeq ($(ENABLE_64),no)
   $(PKG)_DEPS += qhull
 endif