Mercurial > emacs
changeset 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 | 4bae97ce3ac6 |
children | 7c328d02565f |
files | etc/TODO |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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.