[Lunar-commits] r24691 - moonbase/trunk/editors/emacs
Terry Chan
tchan at lunar-linux.org
Tue Jun 5 02:57:31 CEST 2007
Author: tchan
Date: 2007-06-05 02:57:31 +0200 (Tue, 05 Jun 2007)
New Revision: 24691
Modified:
moonbase/trunk/editors/emacs/DEPENDS
Log:
Added a choice of either openMotif gui or gtk+-2 gui.
Modified: moonbase/trunk/editors/emacs/DEPENDS
===================================================================
--- moonbase/trunk/editors/emacs/DEPENDS 2007-06-04 21:30:25 UTC (rev 24690)
+++ moonbase/trunk/editors/emacs/DEPENDS 2007-06-05 00:57:31 UTC (rev 24691)
@@ -2,4 +2,7 @@
optional_depends "jpeg" "--with-jpeg" "" "for jpeg support if you use faces" &&
optional_depends "tiff" "--with-tiff" "" "for tiff support if you use faces" &&
optional_depends "libpng" "--with-png" "" "for png support if you use faces" &&
-optional_depends "%X" "--with-x --with-xpm" "" "for xpm support if you use faces"
+optional_depends "%X" "--with-x --with-xpm" "" "for xpm support if you use faces" &&
+optional_depends "openMotif" "--with-x-toolkit=motif" "" "for OSF/Motif standard GUI" &&
+optional_depends "gtk+-2" "--with-x-toolkit=gtk" "" "for gtk+ support GUI"
+
More information about the Lunar-commits
mailing list