diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-10-08 10:34:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-10-08 10:34:18 +0000 |
commit | d1b595871aec841e369cce8cc62a652d10661121 (patch) | |
tree | 9ecf010199c3f1c231babbf112f6d5b386e90326 /x11 | |
parent | b3fcd104bf274f9bd4456ae11696b5bd38a989d0 (diff) | |
download | pkgsrc-d1b595871aec841e369cce8cc62a652d10661121.tar.gz |
This requires libdrm_amdgpu.so from x11/libdrm. Fix build
Diffstat (limited to 'x11')
-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" |