on tech-pkg@ at various times. This means that regardless of what kind of GL support comes with X11, if a package depends on GL, Mesa 5.0.1 (or higher) will be installed into ${LOCALBASE}. Some troubleshooting after the latest patches by Krister Walfridsson.
12 lines
349 B
Makefile
12 lines
349 B
Makefile
# $NetBSD: buildlink2.mk,v 1.5 2003/08/26 01:43:51 jschauma Exp $
|
|
|
|
.if !defined(MESA_BUILDLINK2_MK)
|
|
MESA_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PREFIX.Mesa= ${BUILDLINK_PREFIX.MesaLib}
|
|
|
|
.include "../../graphics/MesaLib/buildlink2.mk"
|
|
.include "../../graphics/glu/buildlink2.mk"
|
|
.include "../../graphics/glut/buildlink2.mk"
|
|
|
|
.endif # MESA_BUILDLINK2_MK
|