#18329 closed defect (fixed)
gst-plugins-base-0.10.21 build failure on no_x11 system
Reported by: | rbubley | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | gst-plugins-base |
Description
Building fails ( can't find gdk/gdkx.h) on a system which has been built with no_x11 variants.
Adding this to the Portfile should fix it...
if {[variant_isset no_x11]} { configure.args-append --disable-x }
Change History (3)
comment:1 Changed 16 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Added variant +no_x11 in r46374.