[Webkit-unassigned] [Bug 36761] New: [EFL] Modify the autotools build system to add support to build the EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 09:40:44 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36761

           Summary: [EFL] Modify the autotools build system to add support
                    to build the EFL port
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: leandro at profusion.mobi
                CC: gns at gnome.org, tonikitoo at webkit.org,
                    gyuyoung.kim at samsung.com, kenneth at webkit.org,
                    barbieri at profusion.mobi, kubo at profusion.mobi


The attached patch modifies the autotools build system to support the EFL port.

By default, the GTK+ port will be built, so no changes to the GTK+ build bots
are necessary; to build the EFL port, the '--with-port=efl' argument should be
passed to configure. There shouldn't be any performance issues (except for
negligible AM_CONDITIONAL tests while generating the makefiles).

Everything EFL-related are in 'if EFL_PORT' / 'endif' blocks inside
GNUmakefile.am files; GTK port have its own GTK_PORT conditional.

The patch is somewhat big, but I decided not to split it (and apply it in one
go) to make the GTK+ buildbot happy.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list