open-src/font/Makefile.inc
changeset 837 ee480af8e87c
parent 606 068c11b419c9
child 907 3c35d611cdaa
--- a/open-src/font/Makefile.inc	Fri Nov 20 18:16:20 2009 -0800
+++ b/open-src/font/Makefile.inc	Mon Nov 23 11:58:12 2009 -0800
@@ -1,7 +1,7 @@
 # -*- Makefile -*- rules common to most X.Org font modules
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use subject to license terms.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.inc	1.8	09/01/14
+# ident	"@(#)Makefile.inc	1.9	09/11/23 SMI"
 #
 
 ### Makefile settings/rules common to all X.Org font modules
@@ -47,6 +47,12 @@
 # No common dependencies
 MODTYPE_CONFIGURE_DEPS=
 
+# Set default installation path for fonts
+MODTYPE_CONFIG_OPTS = --with-fontrootdir="$(X11_FONT_DIR)"
+
+# Disable compression of pcf fonts
+MODTYPE_CONFIG_OPTS += --without-compression
+
 # Most font modules have nothing to build, for those that do, use lib flags
 MODTYPE_CFLAGS=$(LIB_CFLAGS)
 MODTYPE_LDFLAGS=$(LIB_LDFLAGS)