Lines 17-28
Link Here
|
17 |
|
17 |
|
18 |
_GL_egl_LIB_DEPENDS= libEGL.so:graphics/mesa-libs |
18 |
_GL_egl_LIB_DEPENDS= libEGL.so:graphics/mesa-libs |
19 |
_GL_gbm_LIB_DEPENDS= libgbm.so:graphics/mesa-libs |
19 |
_GL_gbm_LIB_DEPENDS= libgbm.so:graphics/mesa-libs |
|
|
20 |
_GL_gl_BUILD_DEPENDS= xorgproto>=0:x11/xorgproto |
20 |
_GL_gl_LIB_DEPENDS= libGL.so:graphics/mesa-libs |
21 |
_GL_gl_LIB_DEPENDS= libGL.so:graphics/mesa-libs |
21 |
_GL_gl_USE_XORG= xorgproto |
|
|
22 |
_GL_glesv2_LIB_DEPENDS= libGLESv2.so:graphics/mesa-libs |
22 |
_GL_glesv2_LIB_DEPENDS= libGLESv2.so:graphics/mesa-libs |
23 |
_GL_glew_LIB_DEPENDS= libGLEW.so:graphics/glew |
23 |
_GL_glew_LIB_DEPENDS= libGLEW.so:graphics/glew |
|
|
24 |
_GL_glu_BUILD_DEPENDS= xorgproto>=0:x11/xorgproto |
24 |
_GL_glu_LIB_DEPENDS= libGLU.so:graphics/libGLU |
25 |
_GL_glu_LIB_DEPENDS= libGLU.so:graphics/libGLU |
25 |
_GL_glu_USE_XORG= xorgproto |
|
|
26 |
_GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut |
26 |
_GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut |
27 |
_GL_glw_LIB_DEPENDS= libGLw.so:graphics/libGLw |
27 |
_GL_glw_LIB_DEPENDS= libGLw.so:graphics/libGLw |
28 |
|
28 |
|
Lines 41-55
Link Here
|
41 |
.if !defined(_GL_${_component}_LIB_DEPENDS) |
41 |
.if !defined(_GL_${_component}_LIB_DEPENDS) |
42 |
IGNORE= uses unknown GL component |
42 |
IGNORE= uses unknown GL component |
43 |
.else |
43 |
.else |
44 |
USE_XORG+= ${_GL_${_component}_USE_XORG} |
44 |
BUILD_DEPENDS+= ${_GL_${_component}_BUILD_DEPENDS} |
45 |
LIB_DEPENDS+= ${_GL_${_component}_LIB_DEPENDS} |
45 |
LIB_DEPENDS+= ${_GL_${_component}_LIB_DEPENDS} |
46 |
.endif |
46 |
.endif |
47 |
.endfor |
47 |
.endfor |
48 |
|
48 |
|
49 |
# We only need USES=xorg if we want USE_XORG modules |
|
|
50 |
.if defined(USE_XORG) && !empty(USE_XORG) |
51 |
.include "${USESDIR}/xorg.mk" |
52 |
.endif |
53 |
|
54 |
# _INCLUDE_USES_GL_MK |
49 |
# _INCLUDE_USES_GL_MK |
55 |
.endif |
50 |
.endif |