Changes between Initial Version and Version 1 of Ticket #56724, comment 5


Ignore:
Timestamp:
Jun 24, 2018, 10:29:27 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56724, comment 5

    initial v1  
    44}}}
    55does allow `webkit2-gtk +quartz` to build through to completion on `10.13`.  I'm not certain if there is a more elegant mechanism to accomplish the build, but for now that will work. Unless something more narrow shows up, we can just have that set for all the `+quartz` builds.
     6
     7Something like the following should do it:
     8{{{
     9if {[variant_isset quartz]} {
     10    configure.args-append -DUSE_GSTREAMER_GL=OFF
     11}
     12I would like to have a somewhat better understanding of exactly why this is needed. The `webkit2-gtk` code base is quite detailed and extensive.
     13}}}