Qt import: Do not force the use HarfBuzz on Mac.

Configure option -harfbuzz breaks Linux build.

http://code.google.com/p/phantomjs/issues/detail?id=226
1.5
Ariya Hidayat 2012-03-06 17:52:20 -08:00
parent f34e8b1528
commit cbdd80e98e
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ CFG+=' -no-xmlpatterns'
# Graphics
CFG+=' -graphicssystem raster' # default is the software rasterizer
CFG+=' -harfbuzz' # use HarfBuzz for text layout (even on Mac)
# Mac
CFG+=' -cocoa' # Cocoa only, ignore Carbon

View File

@ -41,7 +41,6 @@ CFG+=' -no-xmlpatterns'
# Graphics
CFG+=' -graphicssystem raster' # default is the software rasterizer
CFG+=' -harfbuzz' # use HarfBuzz for text layout (even on Mac)
# Mac
CFG+=' -cocoa' # Cocoa only, ignore Carbon