From 4df6b69edc59e1a36070027d85e5ba81f14c79ee Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 1 Jan 2007 10:35:10 +0000 Subject: Hook libdrm into the build for selected architectures --- lib/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 0e1d39082..bae09c696 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,6 +11,13 @@ SUBDIR= freetype expat fontconfig libxtrans libXau libXdmcp \ SUBDIR+= libGL libGLU libGLw +DRM_ARCHES= alpha amd64 i386 macppc sparc64 + +.for a in $(DRM_ARCHES) +SUBDIR_$a+= libdrm +.endfor +SUBDIR+= $(SUBDIR_$(MACHINE)) + .include build: _SUBDIRUSE -- cgit v1.2.3