comparison src/osmesa.mk @ 3788:f6d63f2a2de6

allow osmesa to build; remove it from octave deps for Windows systems
author John W. Eaton <jwe@octave.org>
date Sat, 14 Feb 2015 19:59:17 -0500
parents 282bc5054a7f
children a169ad26bac2
comparison
equal deleted inserted replaced
3787:282bc5054a7f 3788:f6d63f2a2de6
15 endef 15 endef
16 16
17 define $(PKG)_BUILD 17 define $(PKG)_BUILD
18 mkdir '$(1)/.build' 18 mkdir '$(1)/.build'
19 cd '$(1)' && autoreconf 19 cd '$(1)' && autoreconf
20 cd '$(1)/.build' && autoreconf && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ 20 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \
21 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 21 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 --prefix='$(HOST_PREFIX)' \ 23 --prefix='$(HOST_PREFIX)' \
24 --enable-osmesa --disable-dri --without-gallium-drivers --disable-egl \ 24 --enable-osmesa --disable-dri --without-gallium-drivers --disable-egl \
25 && $(CONFIGURE_POST_HOOK) 25 && $(CONFIGURE_POST_HOOK)