Module Name: src
Committed By: mrg
Date: Mon Nov 9 03:27:05 UTC 2009
Modified Files:
src/external/mit/xorg/include/xineramaproto: Makefile
src/external/mit/xorg/lib/libXinerama: Makefile
Log Message:
libXinerama provides Xinerama.h panoramiXext.h now.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/include/xineramaproto/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libXinerama/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/include/xineramaproto/Makefile
diff -u src/external/mit/xorg/include/xineramaproto/Makefile:1.2 src/external/mit/xorg/include/xineramaproto/Makefile:1.3
--- src/external/mit/xorg/include/xineramaproto/Makefile:1.2 Sat Sep 13 04:32:29 2008
+++ src/external/mit/xorg/include/xineramaproto/Makefile Mon Nov 9 03:27:05 2009
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/09 03:27:05 mrg Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xineramaproto}
-INCS= Xinerama.h panoramiXext.h panoramiXproto.h
+INCS= panoramiXproto.h
INCSDIR=${X11INCDIR}/X11/extensions
NOOBJ= # defined
Index: src/external/mit/xorg/lib/libXinerama/Makefile
diff -u src/external/mit/xorg/lib/libXinerama/Makefile:1.4 src/external/mit/xorg/lib/libXinerama/Makefile:1.5
--- src/external/mit/xorg/lib/libXinerama/Makefile:1.4 Thu Nov 6 22:28:26 2008
+++ src/external/mit/xorg/lib/libXinerama/Makefile Mon Nov 9 03:27:05 2009
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2008/11/06 22:28:26 veego Exp $
+# $NetBSD: Makefile,v 1.5 2009/11/09 03:27:05 mrg Exp $
.include <bsd.own.mk>
LIB= Xinerama
.PATH: ${X11SRCDIR.${LIB}}/src
.PATH: ${X11SRCDIR.${LIB}}/man
+.PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
SRCS= Xinerama.c
@@ -21,5 +22,10 @@
PKGDIST= ${LIB}
+INCS= Xinerama.h panoramiXext.h
+INCSDIR=${X11INCDIR}/X11/extensions
+
+NOOBJ= # defined
+
.include <bsd.x11.mk>
.include <bsd.lib.mk>