On Wed, 2013-12-11 at 12:23 -0800, Keith Packard wrote: > diff --git a/configure.ac b/configure.ac > index 8bedd35..c2fb59e 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -2176,6 +2176,8 @@ if test "x$XQUARTZ" = xyes; then > fi > fi > > +AM_CONDITIONAL(PSEUDORAMIX, [test "x$XQUARTZ" = xyes ]) > + > # Support for objc in autotools is minimal and not documented. > OBJC='$(CC)' > OBJCLD='$(CCLD)'
Nope, need to build this on Windows too: dmt:~/git/xserver% git grep PseudoramiX | grep Makefile hw/xquartz/Makefile.am:libXquartz_la_LIBADD = $(top_builddir)/pseudoramiX/libPseudoramiX.la hw/xwin/Makefile.am:XWIN_LIBS += $(top_builddir)/pseudoramiX/libPseudoramiX.la pseudoramiX/Makefile.am:noinst_LTLIBRARIES = libPseudoramiX.la pseudoramiX/Makefile.am:libPseudoramiX_la_SOURCES = pseudoramiX.c pseudoramiX.h - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
