updates for xorgproto 2019.2, libX11 1.6.9, and libXvMC 1.0.12.

This commit is contained in:
mrg 2020-02-23 09:10:50 +00:00
parent 0cf113e74f
commit 1258266dea
5 changed files with 18 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2018/03/14 08:55:36 mrg Exp $
# $NetBSD: Makefile,v 1.2 2020/02/23 09:10:50 mrg Exp $
.include <bsd.own.mk>
@ -11,7 +11,6 @@ INCS= EVI.h \
XI2proto.h \
XIproto.h \
XKB.h \
XKBgeom.h \
XKBproto.h \
XKBsrv.h \
XKBstr.h \
@ -70,7 +69,6 @@ INCS= EVI.h \
syncconst.h \
syncproto.h \
syncstr.h \
vldXvMC.h \
xcmiscproto.h \
xcmiscstr.h \
xf86bigfont.h \

View File

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.13 2015/07/19 08:18:32 mrg Exp $
# $NetBSD: Makefile,v 1.14 2020/02/23 09:10:50 mrg Exp $
.include <bsd.own.mk>
SUBDIR= dynamic .WAIT libX11-xcb static \
ximcp xlcDef xlcUTF8Load xlibi18n xomGeneric
ximcp xlcDef xlcUTF8Load xlibi18n xomGeneric \
extensions
INCS= ImUtil.h XKBlib.h Xcms.h Xlib-xcb.h Xlib.h XlibConf.h \
Xlibint.h Xlocale.h Xregion.h Xresource.h Xutil.h \

View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile,v 1.1 2020/02/23 09:10:50 mrg Exp $
NOPROG= yes
INCS= XKBgeom.h
INCSDIR=${X11INCDIR}/X11/extensions
.include <bsd.x11.mk>
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2014/03/16 22:53:17 mrg Exp $
# $NetBSD: Makefile,v 1.5 2020/02/23 09:10:50 mrg Exp $
.include <bsd.own.mk>
@ -8,7 +8,7 @@ LIB= XvMC
SRCS= XvMC.c
INCS= XvMClib.h
INCS= XvMClib.h vldXvMC.h
INCSDIR=${X11INCDIR}/X11/extensions
CPPFLAGS+= ${X11FLAGS.THREADLIB}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2019/10/13 07:28:08 mrg Exp $
# $NetBSD: Makefile,v 1.4 2020/02/23 09:10:51 mrg Exp $
.include <bsd.own.mk>
@ -19,5 +19,7 @@ LIBDPLIBS= Xext ${.CURDIR}/../libXext \
COPTS.XvMCWrapper.c= ${GCC_NO_STRINGOP_OVERFLOW}
PKGDIST= xvmc-wrapper
.include <bsd.x11.mk>
.include <bsd.lib.mk>