Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/libepoxy if HAVE_XORG_GLAMOR != no, se...



details:   https://anonhg.NetBSD.org/src/rev/d07a81423b0c
branches:  trunk
changeset: 455929:d07a81423b0c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Apr 18 10:10:33 2019 +0000

description:
if HAVE_XORG_GLAMOR != no, set define PLATFORM_HAS_EGL=1.

diffstat:

 external/mit/xorg/lib/libepoxy/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1cf95dfe31c5 -r d07a81423b0c external/mit/xorg/lib/libepoxy/Makefile
--- a/external/mit/xorg/lib/libepoxy/Makefile   Thu Apr 18 10:07:24 2019 +0000
+++ b/external/mit/xorg/lib/libepoxy/Makefile   Thu Apr 18 10:10:33 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2019/04/16 21:20:51 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2019/04/18 10:10:33 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,7 @@
 SRCS+= \
        dispatch_egl.c \
        egl_generated_dispatch.c
+CPPFLAGS+=     -DPLATFORM_HAS_EGL=1
 .endif
 
 INCSDIR=${X11INCDIR}/epoxy



Home | Main Index | Thread Index | Old Index