Skip to content
  • mario@webkit.org's avatar
    [GTK] Remove Gail dependency from build system for GTK3 · 888b8c1d
    mario@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=119673
    
    Reviewed by Gustavo Noronha Silva.
    
    .:
    
    * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
    * Source/autotools/Versions.m4: Removed any reference to GAIL.
    * Source/cmake/FindGAIL3.cmake: Removed.
    * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
    
    Source/WebCore:
    
    * GNUmakefile.am: Removed GAIL_CFLAGS.
    * PlatformGTK.cmake: Removed GAIL3_INCLUDE_DIRS and GAIL3_LIBRARIES.
    
    Source/WebKit/gtk:
    
    * GNUmakefile.am: Removed GAIL_CFLAGS and GAIL_LIBS.
    
    Source/WebKit2:
    
    * GNUmakefile.am: Removed GAIL_LIBS.
    
    Tools:
    
    * EWSTools/ubuntu-ews-packages: Removed libgail-dev package.
    * Scripts/webkitpy/port/gtk.py:
    (GtkPort.setup_environ_for_server): Do not load the 'gail' module anymore.
    * TestWebKitAPI/GNUmakefile.am: Removed GAIL_LIBS.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@155534 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    888b8c1d