FreeBSD Bugzilla – Attachment 213339 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 v2
libepoxy-opt.patch (text/plain), 1.39 KB, created by
Val Packett
on 2020-04-12 18:01:35 UTC
(
hide
)
Description:
libepoxy-opt.patch v2
Filename:
MIME Type:
Creator:
Val Packett
Created:
2020-04-12 18:01:35 UTC
Size:
1.39 KB
patch
obsolete
>commit 503da8346ec5d3d252c42f514d85aec1dc6403af >Author: Greg V <greg@unrelenting.technology> >Date: Fri Apr 10 20:00:57 2020 +0300 > > graphics/libepoxy: make X11 an option https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245510 > >diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile >index 78d56d89e404..6a0665087da3 100644 >--- a/graphics/libepoxy/Makefile >+++ b/graphics/libepoxy/Makefile >@@ -10,11 +10,20 @@ 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 >+OPTIONS_SUB= yes >+ >+X11_MESON_YES= glx >+X11_MESON_TRUE= x11 >+X11_USES= xorg >+X11_USE= XORG=x11 >+X11_CFLAGS_OFF= -DEGL_NO_X11 >+ > .include <bsd.port.mk> >diff --git a/graphics/libepoxy/pkg-plist b/graphics/libepoxy/pkg-plist >index 317a27d11e3b..a7607e7433ee 100644 >--- a/graphics/libepoxy/pkg-plist >+++ b/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