Inkscape aqua does not compile without X11
Bug #721424 reported by
Gellule
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
High
|
Gellule |
Bug Description
Inkscape 0.48.1 on OS X.
Trying to compile inkscape with the aqua version of GTK, and without any reference to X11. This fails because of -lX11 added to INKSCAPE_LIBS in configure.ac:
INKSCAPE_
Could either the availability of X11 be checked before adding -lX11, or a --without-x11 option be added?
Compiling inkscape +aqua +no_x11 with macports, and adding a patch that removes the offending -lX11 makes inkscape compile.
tags: | added: build gtk-osx |
Changed in inkscape: | |
importance: | Undecided → High |
Changed in inkscape: | |
assignee: | nobody → Gellule (gellule-xg) |
tags: | removed: backport-proposed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
tags: |
added: gtk-quartz removed: gtk-osx |
To post a comment you must log in.
JFTR: In revision 9617 (lp:inkscape) '-lX11' had been added to allow building/linking on Fedora 13 (see bug #595872).