FreeBSD Bugzilla – Attachment 213251 Details for
Bug 245510
graphics/libepoxy: make X11 an option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libepoxy-opt.patch
libepoxy-opt.patch (text/plain), 1.24 KB, created by
Val Packett
on 2020-04-10 17:00:49 UTC
(
hide
)
Description:
libepoxy-opt.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2020-04-10 17:00:49 UTC
Size:
1.24 KB
patch
obsolete
>diff --git i/graphics/libepoxy/Makefile w/graphics/libepoxy/Makefile >index 78d56d89e404..471c14cc4f7c 100644 >--- i/graphics/libepoxy/Makefile >+++ w/graphics/libepoxy/Makefile >@@ -10,11 +10,26 @@ COMMENT= Library to handle OpenGL function pointer management > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= gl localbase meson pkgconfig python:3.3+,build xorg >+USES= gl localbase meson pkgconfig python:3.3+,build > USE_GITHUB= yes > GH_ACCOUNT= anholt >-USE_XORG= x11 > USE_GL= gl glesv2 egl > USE_LDCONFIG= yes > >+OPTIONS_DEFINE= X11 >+OPTIONS_DEFAULT= X11 >+ >+X11_MESON_YES= glx >+X11_MESON_TRUE= x11 >+X11_USES= xorg >+X11_USE= XORG=x11 >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MX11} >+PLIST_SUB+= X11="" >+.else >+PLIST_SUB+= X11="@comment " >+.endif >+ > .include <bsd.port.mk> >diff --git i/graphics/libepoxy/pkg-plist w/graphics/libepoxy/pkg-plist >index 317a27d11e3b..a7607e7433ee 100644 >--- i/graphics/libepoxy/pkg-plist >+++ w/graphics/libepoxy/pkg-plist >@@ -3,8 +3,8 @@ include/epoxy/egl.h > include/epoxy/egl_generated.h > include/epoxy/gl.h > include/epoxy/gl_generated.h >-include/epoxy/glx.h >-include/epoxy/glx_generated.h >+%%X11%%include/epoxy/glx.h >+%%X11%%include/epoxy/glx_generated.h > lib/libepoxy.so > lib/libepoxy.so.0 > lib/libepoxy.so.0.0.0
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
Actions:
View
|
Diff
Attachments on
bug 245510
:
213251
|
213339
|
215454