GNOME Bugzilla – Bug 382929
gimp doesn't build with Quartz GDK backend
Last modified: 2008-01-15 14:10:08 UTC
gimp doesn't build with Quartz GDK backend because it assumes that xpm is built with X11 support. XPM_NO_X should be defined whenever GDK_WINDOWING_X11 is undefined.
Created attachment 77796 [details] [review] Patch to build gimp with Quartz GDK backend
2006-12-06 Sven Neumann <sven@gimp.org> * plug-ins/common/xpm.c: applied patch by Min Sik Kim. Fixes build with Quartz GDK backend (bug #382929).