#43103 closed defect (fixed)
webkit-gtk +quartz +video upgrade fails (complains about missing gtk+-x11-2.0)
Reported by: | AP1010 | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | dbevans (David B. Evans), Polyergic (Shad Sterling), petrrr, hubsif, izonov@…, jgmath2000@…, cooljeanius (Eric Gallager) | |
Port: | webkit-gtk |
Description
I have webkit-gtk installed with quartz support and without x11 (webkit-gtk @2.2.3_1+quartz+video (active)). Upgrade attempt fails with error message pointing to missing gtk+-x11-2.0.
Attachments (1)
Change History (11)
Changed 11 years ago by AP1010
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | me@… added; jeremyhu@… removed |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
Port: | webkit-gtk added |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | devans@… added |
---|
comment:7 Changed 11 years ago by AP1010
Possible fix:
In the Portfile, replace:
variant quartz { configure.args-append --with-target=quartz platform darwin 13 { # TODO: File upstream # http://trac.macports.org/ticket/41663 configure.args-append --disable-accelerated-compositing }
with:
variant quartz { configure.args-append --with-target=quartz platform darwin 13 { # TODO: File upstream # http://trac.macports.org/ticket/41663 configure.args-append --disable-accelerated-compositing --enable-x11-target=no }
Worked for me.
comment:9 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Has duplicate #43104.