908a1839a7
Epoxy is a library for handling OpenGL function pointer management for you. It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part.
13 lines
315 B
Makefile
13 lines
315 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/04/03 08:48:57 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= libepoxy
|
|
|
|
.if !defined(LIBEPOXY_BUILDLINK3_MK)
|
|
LIBEPOXY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libepoxy+= libepoxy>=1.2
|
|
BUILDLINK_PKGSRCDIR.libepoxy?= ../../graphics/libepoxy
|
|
|
|
.endif # LIBEPOXY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libepoxy
|