[Mesa-dev] Removing GLw from the main Mesa repository

Benjamin Franzke benjaminfranzke at googlemail.com
Fri Aug 5 07:25:13 PDT 2011


There is nothing compiled since GLW_SOURCES is not substituted by configure:
Makefile.am:29
  libGLw_la_SOURCES = $(GLW_SOURCES)

This would need AC_SUBST([GLW_SOURCES]) in configure.ac,
but thats not allowed for _SOURCES variables, see automake output:

configure.ac:96: `GLW_SOURCES' includes configure substitution `@GLW_SOURCES@'
configure.ac:96: and is referred to from `libGLw_la_SOURCES';
configure.ac:96: configure substitutions are not allowed in _SOURCES variables

2011/8/5 Kenneth Graunke <kenneth at whitecape.org>:
> Hey,
>
> I'd like to remove libGLw from the main Mesa repository.  It never
> changes, and almost noone uses it...because GL and Motif is awesome, right?
>
> Since Debian still packages it, I pulled it into its own git repository,
> preserving history, and then autotooled it.
>
> You can get it here:
> git://people.freedesktop.org/~kwg/glw
>
> --Kenneth
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>


More information about the mesa-dev mailing list