Module Name: src
Committed By: mrg
Date: Tue Nov 23 00:02:20 UTC 2010
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
add transforms for dri.pc.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/share/mk/bsd.x11.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.x11.mk
diff -u src/share/mk/bsd.x11.mk:1.90 src/share/mk/bsd.x11.mk:1.91
--- src/share/mk/bsd.x11.mk:1.90 Fri Oct 22 16:48:38 2010
+++ src/share/mk/bsd.x11.mk Tue Nov 23 00:02:20 2010
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.90 2010/10/22 16:48:38 yhardy Exp $
+# $NetBSD: bsd.x11.mk,v 1.91 2010/11/23 00:02:20 mrg Exp $
.include <bsd.init.mk>
@@ -321,6 +321,8 @@
s,@GLW_PC_CFLAGS@,,; \
s,@GLW_PC_REQ_PRIV@,x11 xt,; \
s,@GLW_PC_LIB_PRIV@,,; \
+ s,@DRI_DRIVER_DIR@,\\$$\{libdir\}/modules/dri,; \
+ s,@DRI_PC_REQ_PRIV@,,; \
s,@GLW_LIB@,GLw,; \
s,@abi_ansic@,0.4,; \
s,@abi_videodrv@,5.0,; \