diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-05-02 21:55:22 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-05-02 21:55:22 +0000 |
commit | 43abb124c40635f4da396cbd96ecfa536c16dfb9 (patch) | |
tree | 83d2d76e9355cd20b3f6b5d4ce5b820fb15a0d85 /lib/libGL/dri | |
parent | 2ec5c293c59cc7dea97ae813d18d4d990df750a6 (diff) |
link libdrm_radeon so this actually can resolve symbols
Diffstat (limited to 'lib/libGL/dri')
-rw-r--r-- | lib/libGL/dri/r600/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libGL/dri/r600/Makefile b/lib/libGL/dri/r600/Makefile index 3ea75271e..6b1ab1f99 100644 --- a/lib/libGL/dri/r600/Makefile +++ b/lib/libGL/dri/r600/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2010/05/22 20:14:15 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2011/05/02 21:55:21 oga Exp $ LIB= r600_dri.so @@ -61,6 +61,8 @@ DRIVER_DEFINES = -DRADEON_R600 \ .include <bsd.xorg.mk> +LDADD+= -ldrm_radeon + .PATH: $(MESA)/drivers/dri/r600 .PATH: $(MESA)/drivers/dri/radeon |