pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-amdgpu This requires libdrm_amdgpu.so f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57117cd2777f
branches:  trunk
changeset: 353507:57117cd2777f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Oct 08 10:34:18 2016 +0000

description:
This requires libdrm_amdgpu.so from x11/libdrm. Fix build

diffstat:

 x11/xf86-video-amdgpu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 8c898a7eedba -r 57117cd2777f x11/xf86-video-amdgpu/Makefile
--- a/x11/xf86-video-amdgpu/Makefile    Sat Oct 08 10:27:25 2016 +0000
+++ b/x11/xf86-video-amdgpu/Makefile    Sat Oct 08 10:34:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/09/16 10:35:38 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/10/08 10:34:18 ryoon Exp $
 
 DISTNAME=      xf86-video-amdgpu-1.1.2
 CATEGORIES=    x11
@@ -15,5 +15,6 @@
 
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
+.include "../../x11/libdrm/buildlink3.mk"
 .include "../../x11/modular-xorg-server/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index