GNOME Bugzilla – Bug 686516
gnome-chess should link against X11
Last modified: 2012-10-20 18:56:56 UTC
(filing in gnome-games as product:gnome-chess doesn't work) CCLD gnome-chess chess-view-3d.c:887: error: undefined reference to 'XFree' collect2: error: ld returned 1 exit status As XFree() is called, the binary should link against libX11; patch attached.
Created attachment 226882 [details] [review] build: link against X11
Committed. Thanks!