diff etc/TODO @ 77321:44e4bfbc989d

Add "Fix compilation when Xaw3d libraries are present but libxaw is not".
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 19 Apr 2007 18:12:07 +0000
parents c07cb8ec67e0
children b45c21dacfe7 5a45becb5728
line wrap: on
line diff
--- a/etc/TODO	Thu Apr 19 18:07:41 2007 +0000
+++ b/etc/TODO	Thu Apr 19 18:12:07 2007 +0000
@@ -14,6 +14,12 @@
 
 * Small but important fixes needed in existing features:
 
+** Fix compilation when Xaw3d libraries are present but libxaw is not.
+In new X11 versions, xaw3dg-dev does not depend on libxaw-dev, so the
+latter need not be installed.  As a result, all the source files that
+look for include files in X11/Xaw should look in X11/Xaw3d if we are
+using Xaw3d.
+
 ** Compute the list of active keymaps *after* reading the first event.
 
 ** Avoid using "iff" in doc strings.