Changeset 28107 in webkit


Ignore:
Timestamp:
Nov 28, 2007 2:42:20 AM (16 years ago)
Author:
mrowe@apple.com
Message:

2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>

Reviewed by Mark Rowe.

Set CONFIG option for the window system GTK+ is using

  • WebKit.pri:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r27974 r28107  
     12007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
     2
     3        Reviewed by Mark Rowe.
     4
     5        Set CONFIG option for the window system GTK+ is using
     6
     7        * WebKit.pri:
     8
    192007-11-22  Alp Toker  <alp@atoker.com>
    210
  • trunk/WebKit.pri

    r27974 r28107  
    3131    directfb: PKGCONFIG += cairo-directfb gtk+-directfb-2.0
    3232    else: PKGCONFIG += cairo gtk+-2.0
     33
     34    # Set a CONFIG flag for the GTK+ target (x11, quartz, win32, directfb)
     35    CONFIG += $$system(pkg-config --variable=target $$PKGCONFIG)
    3336
    3437    # We use the curl http backend on all platforms
Note: See TracChangeset for help on using the changeset viewer.