From 803a3541c626a0c966621da3b02f2cebcb305484 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 19 May 2013 14:09:56 +0000 Subject: [PATCH] install radeon_surface.h as well --- lib/libdrm/radeon/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libdrm/radeon/Makefile b/lib/libdrm/radeon/Makefile index ec04bb966..7abdbdac6 100644 --- a/lib/libdrm/radeon/Makefile +++ b/lib/libdrm/radeon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2012/11/27 14:37:08 mpi Exp $ +# $OpenBSD: Makefile,v 1.3 2013/05/19 14:09:56 jsg Exp $ .include LIB= drm_radeon @@ -16,7 +16,8 @@ INCS= radeon_bo.h \ radeon_cs_gem.h \ radeon_bo_int.h \ radeon_cs_int.h \ - r600_pci_ids.h + r600_pci_ids.h \ + radeon_surface.h SRCS= radeon_bo_gem.c \ radeon_cs_gem.c \