Skip to content
  • commit-queue@webkit.org's avatar
    [EFL] Remove ENABLE_GLIB_SUPPORT CMake variable · 36bd77a8
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=104278
    
    Patch by Laszlo Gombos <l.gombos@samsung.com> on 2012-12-06
    Reviewed by Brent Fulgham.
    
    .:
    
    The variable is unnecessary as glib is a required dependency
    for the EFL port and glib is not used by other ports building
    with CMake.
    
    * Source/cmake/OptionsEfl.cmake:
    * Source/cmake/WebKitFeatures.cmake:
    * Source/cmakeconfig.h.cmake:
    
    Source/JavaScriptCore:
    
    The conditional is not required as it is always set for EFL.
    
    * PlatformEfl.cmake:
    
    Source/WebKit2:
    
    The guards are not required as it is always set for EFL.
    
    * PlatformEfl.cmake:
    * UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp:
    (WebKit::PluginProcessProxy::scanPlugin):
    * WebProcess/efl/WebProcessMainEfl.cpp:
    (WebKit::WebProcessMainEfl):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@136884 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    36bd77a8