Commit graph

8 commits

Author SHA1 Message Date
jlam
af42cdf450 Back out previous change and don't install the empty xmesa.h into
${BUILDLINK_DIR}.  The consensus on tech-pkg@netbsd.org (2000-09-10)
seems to be to fix the packages that include <GL/xmesa.h> instead of
using a workaround.
2001-09-10 13:35:56 +00:00
jlam
5700c6abe3 Create an empty xmesa.h file in ${BUILDLINK_DIR}/include if it doesn't
already exist.  This file is in Mesa-3.4.2, but not in the Mesa included
with XFree86-4.x where the definitions in the file have migrated elsewhere.
We create an empty one in this case to prevent compile errors caused by
source files including xmesa.h and not finding it.
2001-09-09 03:19:42 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
a1ee30d07a Define USE_MESA if this file is included and remove unused MESA_REQD.
Also rename Mesa-{1,2} to Mesa-{x11base,localbase} to be more informative.
2001-06-17 17:45:52 +00:00
jlam
072be2ad69 Use bsd.buildlink.mk instead of duplicating code all over the place. 2001-06-11 01:59:33 +00:00
jlam
5d02f04b3a Use cookies (.*_done) to determine whether headers and libs have been
linked from a particular package, and add a pre-configure target to
the buildlink.mk file to more painlessly use buildlink.mk files.  A
${BUILDLINK_TARGETS} variable still exists in case a package _must_
define NO_CONFIGURE.
2001-06-10 00:09:29 +00:00
jlam
45126d79ee Set required version to 3.2.1 to match bsd.pkg.mk. 2001-05-26 06:46:31 +00:00
jlam
7415aa8f62 Add buildlink.mk Makefile fragment to link GL headers and libs into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26 06:36:11 +00:00