open-src/lib/Makefile
changeset 830 186f3c438b46
parent 824 b194b3fada3c
child 851 d428083dbbdd
--- a/open-src/lib/Makefile	Wed Nov 11 05:30:06 2009 -0800
+++ b/open-src/lib/Makefile	Fri Nov 13 13:30:43 2009 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident	"@(#)Makefile	1.33	09/11/09 SMI"
+# ident	"@(#)Makefile	1.34	09/11/09 SMI"
 #
 ###############################################################################
 
@@ -52,6 +52,7 @@
 # Dependencies needed for parallel make:
 DPS: libX11 libXt
 fontconfig: freetype
+libdga: libX11
 libdrm: libpthread-stubs
 libFS: libxtrans
 libICE: libxtrans
@@ -87,6 +88,7 @@
 	DPS \
 	freetype \
 	fontconfig \
+	libdga \
 	libowconfig \
 	libpthread-stubs \
 	libxtrans \