View | Details | Raw Unified | Return to bug 245510 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/libepoxy/Makefile (-3 / +12 lines)
Lines 10-20 Link Here
10
LICENSE=	MIT
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		gl localbase meson pkgconfig python:3.3+,build xorg
13
USES=		gl localbase meson pkgconfig python:3.3+,build
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	anholt
15
GH_ACCOUNT=	anholt
16
USE_XORG=	x11
16
USE_GL=		glesv2 egl
17
USE_GL=		gl glesv2 egl
18
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
19
18
19
OPTIONS_DEFINE=		X11
20
#OPTIONS_DEFAULT=	X11
21
OPTIONS_SUB=		yes
22
23
X11_MESON_YES=		glx
24
X11_MESON_TRUE=		x11
25
X11_USES=		xorg
26
X11_USE=		GL=gl XORG=x11
27
X11_CFLAGS_OFF=		-DEGL_NO_X11
28
20
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)graphics/libepoxy/pkg-plist (-2 / +2 lines)
Lines 3-10 Link Here
3
include/epoxy/egl_generated.h
3
include/epoxy/egl_generated.h
4
include/epoxy/gl.h
4
include/epoxy/gl.h
5
include/epoxy/gl_generated.h
5
include/epoxy/gl_generated.h
6
include/epoxy/glx.h
6
%%X11%%include/epoxy/glx.h
7
include/epoxy/glx_generated.h
7
%%X11%%include/epoxy/glx_generated.h
8
lib/libepoxy.so
8
lib/libepoxy.so
9
lib/libepoxy.so.0
9
lib/libepoxy.so.0
10
lib/libepoxy.so.0.0.0
10
lib/libepoxy.so.0.0.0

Return to bug 245510