FreeBSD Bugzilla – Attachment 207543 Details for
Bug 238988
[exp-run] convert bsd.xorg.mk to USES=xorg and USES=xorg-cat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gl.mk.diff
gl.mk.diff (text/plain), 1.17 KB, created by
Tobias Kortkamp
on 2019-09-17 04:46:09 UTC
(
hide
)
Description:
gl.mk.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2019-09-17 04:46:09 UTC
Size:
1.17 KB
patch
obsolete
>Index: Mk/Uses/gl.mk >=================================================================== >--- Mk/Uses/gl.mk (revision 512191) >+++ Mk/Uses/gl.mk (working copy) >@@ -17,12 +17,12 @@ > > _GL_egl_LIB_DEPENDS= libEGL.so:graphics/mesa-libs > _GL_gbm_LIB_DEPENDS= libgbm.so:graphics/mesa-libs >+_GL_gl_BUILD_DEPENDS= xorgproto>=0:x11/xorgproto > _GL_gl_LIB_DEPENDS= libGL.so:graphics/mesa-libs >-_GL_gl_USE_XORG= xorgproto > _GL_glesv2_LIB_DEPENDS= libGLESv2.so:graphics/mesa-libs > _GL_glew_LIB_DEPENDS= libGLEW.so:graphics/glew >+_GL_glu_BUILD_DEPENDS= xorgproto>=0:x11/xorgproto > _GL_glu_LIB_DEPENDS= libGLU.so:graphics/libGLU >-_GL_glu_USE_XORG= xorgproto > _GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut > _GL_glw_LIB_DEPENDS= libGLw.so:graphics/libGLw > >@@ -41,15 +41,10 @@ > .if !defined(_GL_${_component}_LIB_DEPENDS) > IGNORE= uses unknown GL component > .else >-USE_XORG+= ${_GL_${_component}_USE_XORG} >+BUILD_DEPENDS+= ${_GL_${_component}_BUILD_DEPENDS} > LIB_DEPENDS+= ${_GL_${_component}_LIB_DEPENDS} > .endif > .endfor > >-# We only need USES=xorg if we want USE_XORG modules >-.if defined(USE_XORG) && !empty(USE_XORG) >-.include "${USESDIR}/xorg.mk" >-.endif >- > # _INCLUDE_USES_GL_MK > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval?
(
x11
)
Actions:
View
|
Diff
Attachments on
bug 238988
: 207543