Changeset 160984 in webkit


Ignore:
Timestamp:
Dec 22, 2013 8:40:05 PM (10 years ago)
Author:
Martin Robinson
Message:

Small build fix for GTK+ with the CMake build

  • CMakeLists.txt: Remove duplicate include directory and add missing directories

necessary for GTK+.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/CMakeLists.txt

    r160804 r160984  
    44    "${WEBKIT_DIR}"
    55    "${WEBCORE_DIR}"
     6    "${WEBCORE_DIR}/ForwardingHeaders"
    67    "${WEBCORE_DIR}/Modules/geolocation"
    78    "${WEBCORE_DIR}/Modules/filesystem"
     
    6162    "${WEBCORE_DIR}/workers"
    6263    "${JAVASCRIPTCORE_DIR}"
    63     "${JAVASCRIPTCORE_DIR}/ForwardingHeaders"
    6464    "${JAVASCRIPTCORE_DIR}/API"
    6565    "${JAVASCRIPTCORE_DIR}/assembler"
     
    7878    "${WTF_DIR}"
    7979    "${DERIVED_SOURCES_WEBCORE_DIR}"
     80    "${DERIVED_SOURCES_DIR}/ForwardingHeaders"
    8081    "${CMAKE_BINARY_DIR}"
    8182)
  • trunk/Source/WebKit/ChangeLog

    r160948 r160984  
     12013-12-22  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Small build fix for GTK+ with the CMake build
     4
     5        * CMakeLists.txt: Remove duplicate include directory and add missing directories
     6        necessary for GTK+.
     7
    182013-12-20  Simon Fraser  <simon.fraser@apple.com>
    29
Note: See TracChangeset for help on using the changeset viewer.