708e5a7182
Graphite is a smart font engine that basically takes a unicode string and font formatting information (features, size, etc.) and returns a set of positioned glyphs. In reality, Graphite does more than this in that it handles cursor tracking and interaction with the rendering engine for string selection, etc. This package is a wrapper for Xft.
9 lines
254 B
Text
9 lines
254 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
|
|
|
|
--- installed-top.pc.in.orig 2007-06-28 01:12:11.000000000 -0700
|
|
+++ installed-top.pc.in
|
|
@@ -1,2 +1,4 @@
|
|
+prefix=@prefix@
|
|
+exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|