Changeset 231 for trunk/openjdk/jdk


Ignore:
Timestamp:
Jan 9, 2011, 4:52:44 PM (15 years ago)
Author:
dmik
Message:

jdk: Added fontconfig for the Liberation font family and placed instructions how to activate it to README.OS2.

Location:
trunk/openjdk/jdk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/awt/Makefile

    r218 r231  
    447447FONTCONFIGS_SRC = $(PLATFORM_SRC_OS2)/classes/sun/awt/os2
    448448_FONTCONFIGS = \
    449         fontconfig.properties
     449        fontconfig.properties \
     450        fontconfig.liberation.properties
    450451
    451452FONTCONFIGS_SRC_PREFIX =
     
    499500FONTCONFIGS     = $(_FONTCONFIGS:%=$(LIBDIR)/%.src)
    500501BINARYFONTCONFIGS = $(_FONTCONFIGS:%.properties=$(LIBDIR)/%.bfc)
     502
     503ifeq ($(PLATFORM), os2)
     504# copy the default fontconfig file to fontconfig.default.* for convenience
     505FONTCONFIGS       += $(LIBDIR)/fontconfig.default.properties.src
     506BINARYFONTCONFIGS += $(LIBDIR)/fontconfig.default.bfc
     507$(LIBDIR)/fontconfig.default.properties.src: $(LIBDIR)/fontconfig.properties.src
     508        $(install-file)
     509$(LIBDIR)/fontconfig.default.bfc: $(LIBDIR)/fontconfig.bfc
     510        $(install-file)
     511endif
    501512
    502513fontconfigs: $(FONTCONFIGS) $(BINARYFONTCONFIGS)
Note: See TracChangeset for help on using the changeset viewer.