mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
5c676d4a47
backends, text support on Windows (GDI+), rudimentary text support on Linux (libart/freetype2), presentation attributes, lots of bug fixes (see bug 182533 for dependency list). Not part of default build; code is #ifdef'ed out. r=sicking, sr=jst for dom and htmlparser changes r=bsmedberg, sr=tor for config changes r=dbaron, sr=bzbarsky for content and layout changes r=tor, sr=bzbarsky for gfx changes
7 lines
176 B
Bash
7 lines
176 B
Bash
#
|
|
# Configuration file for using the LIBART library in GNOME applications
|
|
#
|
|
LIBART_LIBDIR="@LIBART_LIBDIR@"
|
|
LIBART_LIBS="@LIBART_LIBS@"
|
|
LIBART_INCLUDEDIR="@LIBART_INCLUDEDIR@"
|