Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 15 years ago by dbevans (David B. Evans)

Owner: changed from macports-tickets@… to devans@…
Status: newassigned

comment:2 Changed 15 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

Added variant +no_x11 in r46374.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.