aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-04-19 18:12:07 +0000
committerChong Yidong <[email protected]>2007-04-19 18:12:07 +0000
commit81f2b1ae5b963a7300ed28a8b9c30cda15f20fc6 (patch)
tree1e1dec0a2370cedb54cd71e65eab69b6a68d3047 /etc
parent3685ba3ff95392b375fec751c35e53e3863e548e (diff)
Add "Fix compilation when Xaw3d libraries are present but libxaw is not".
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 88d0c565ee..75c57b7344 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -14,6 +14,12 @@ to the FSF.
* 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.