History log of /netbsd-src/external/mit/xorg/lib/libGLw/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# acf5bb3f 11-Jul-2021 mrg <mrg@NetBSD.org>

xorg/lib stuff to enable mesa.old, prepare for new mesa

- rename OLD_PREFIX to OLD_SUFFIX, since it is
- include mesa-which.mk and use ${OLD_SUFFIX} in several places
- remove mesa < 18 support


# e3ecb710 10-Mar-2019 mrg <mrg@NetBSD.org>

move mesa10 build into .old scheme:

- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an
alias for either the former or the non old. this allows many of
the makefiles to simply

move mesa10 build into .old scheme:

- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an
alias for either the former or the non old. this allows many of
the makefiles to simply use ${X11SRCDIR.Mesa} (but does not really
enable much sharing of makefiles, but reduces their diffs.)

- use mesa-which.mk to define ${OLD_PREFIX} to either "" or ".old",
and to know if to build 'dri7' (.old only.) ${OLD_PREFIX} is used
by other code (eg, LIBDPLIBS) to pick the right subdir.

show more ...


# 9dbcad6d 18-Dec-2014 mrg <mrg@NetBSD.org>

update sets and reachover makefiles for mesa 10.3.5.


# d7a7f850 02-Jun-2013 mbalmer <mbalmer@NetBSD.org>

New variable MKX11MOTIF to enable building libGLw with Motif support.
Defaults to 'no'.


# 1f47b820 13-Sep-2008 cube <cube@NetBSD.org>

Install pkgconfig files. Where applicable, remove .if 0 code that tried to
do the same thing.


# 2980e352 29-Jul-2008 mrg <mrg@NetBSD.org>

initial import of the crossbuild framework for modular Xorg. this
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.

the sources will live

initial import of the crossbuild framework for modular Xorg. this
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.

the sources will live in xsrc/external/mit/<package>/dist.

documentation on using this will come when the above directories
are fully populated. there are 192 of them so it may take some time
before that is completed.

show more ...