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/libdrm libdrm needs libpci for bus inf...
details: https://anonhg.NetBSD.org/src/rev/e1269f672e42
branches: trunk
changeset: 993403:e1269f672e42
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Sep 09 01:53:23 2018 +0000
description:
libdrm needs libpci for bus info stuff.
diffstat:
external/mit/xorg/lib/libdrm/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fba7f5d2dcde -r e1269f672e42 external/mit/xorg/lib/libdrm/Makefile
--- a/external/mit/xorg/lib/libdrm/Makefile Sat Sep 08 20:01:19 2018 +0000
+++ b/external/mit/xorg/lib/libdrm/Makefile Sun Sep 09 01:53:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/03/04 23:24:51 mrg Exp $
+# $NetBSD: Makefile,v 1.16 2018/09/09 01:53:23 riastradh Exp $
.include <bsd.own.mk>
@@ -23,6 +23,7 @@
CWARNFLAGS.clang+= -Wno-conversion -Wno-tautological-compare
LIBDPLIBS= m ${.CURDIR}/../../../../../lib/libm
+LIBDPLIBS= pci ${.CURDIR}/../../../../../lib/libpci
.if 0
MAN= drm.7 \
Home |
Main Index |
Thread Index |
Old Index