Changeset 66315 in webkit


Ignore:
Timestamp:
Aug 28, 2010 4:01:24 PM (14 years ago)
Author:
kevino@webkit.org
Message:

Reviewed by Kevin Ollivier.

[BREWMP] Add build system
https://bugs.webkit.org/show_bug.cgi?id=44645

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r66244 r66315  
     12010-08-27  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by Kevin Ollivier.
     4
     5        [BREWMP] Add build system
     6        https://bugs.webkit.org/show_bug.cgi?id=44645
     7
     8        Check wxpython option only when build_port is wx.
     9
     10        * wscript:
     11
    1122010-08-27  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
    213
  • trunk/wscript

    r66076 r66315  
    182182        shutil.copy(api_file, os.path.join(jscore_out_dir, os.path.basename(api_file)))
    183183
    184     if Options.options.wxpython:
     184    if build_port == "wx" and Options.options.wxpython:
    185185        common_configure(conf)
    186186        conf.check_tool('swig', tooldir='WebKit/wx/bindings/python')
Note: See TracChangeset for help on using the changeset viewer.