Changes between Version 58 and Version 59 of BuildingGtk


Ignore:
Timestamp:
Jul 18, 2011 4:11:36 PM (13 years ago)
Author:
levin@chromium.org
Comment:

Fix formatting of recent change.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v58 v59  
    4343
    4444If you get an error about libjpeg when the build does the configuration step, you may find the following fixes it:
    45 {{
     45{{{
    4646$ export CPPFLAGS="-I/opt/local/include"
    4747$ export LDFLAGS="-L/opt/local/lib"
    48 }}
     48}}}
    4949
    5050Additional Debian packages are necessary for running tests; see WebKitGtkLayoutTests.