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/libchromeXvMC Link against libXext, li...
details: https://anonhg.NetBSD.org/src/rev/fbfcff6964fc
branches: trunk
changeset: 755365:fbfcff6964fc
user: veego <veego%NetBSD.org@localhost>
date: Thu Jun 03 09:44:19 2010 +0000
description:
Link against libXext, libX11, libXv, libXvMC and libdrm to fix a hidden
dependency
diffstat:
external/mit/xorg/lib/libchromeXvMC/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 7a69e0f98962 -r fbfcff6964fc external/mit/xorg/lib/libchromeXvMC/Makefile
--- a/external/mit/xorg/lib/libchromeXvMC/Makefile Thu Jun 03 09:43:16 2010 +0000
+++ b/external/mit/xorg/lib/libchromeXvMC/Makefile Thu Jun 03 09:44:19 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/05/28 06:26:55 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2010/06/03 09:44:19 veego Exp $
.include <bsd.own.mk>
@@ -19,8 +19,11 @@
-I${DESTDIR}${X11INCDIR}/xorg \
-I${X11SRCDIR.xf86-video-openchrome}/src
-#LIBDPLIBS= Xext ${.CURDIR}/../libXext
-# X11 ${.CURDIR}/../libX11/dynamic
+LIBDPLIBS= Xext ${.CURDIR}/../libXext \
+ X11 ${.CURDIR}/../libX11/dynamic \
+ Xv ${.CURDIR}/../libXv \
+ XvMC ${.CURDIR}/../libXvMC \
+ drm ${.CURDIR}/../libdrm
.include <bsd.x11.mk>
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index