diff options
author | ryoon <ryoon> | 2016-10-08 10:34:18 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2016-10-08 10:34:18 +0000 |
commit | 0d2ce79120f58881d3e83e497908e931c4289648 (patch) | |
tree | 2795510fe9b64e24196310f6d9d096f8dd20cb22 | |
parent | 412ef4ebfbc17baa5a28726f580542268fada084 (diff) | |
download | pkgsrc-0d2ce79120f58881d3e83e497908e931c4289648.tar.gz |
This requires libdrm_amdgpu.so from x11/libdrm. Fix build
-rw-r--r-- | x11/xf86-video-amdgpu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xf86-video-amdgpu/Makefile b/x11/xf86-video-amdgpu/Makefile index 50fee486612..eefd8e2755d 100644 --- a/x11/xf86-video-amdgpu/Makefile +++ b/x11/xf86-video-amdgpu/Makefile @@ -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 @@ USE_TOOLS+= gmake pkg-config CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 +.include "../../x11/libdrm/buildlink3.mk" .include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |