Purge unused Freetype dependency from CDE

config/cf/{DragonFly,OpenBSD,darwin}.cf: Remove Freetype imake settings
config/cf/darwinLib.tmpl: Do not link against Freetype
debian/control: Remove Freetype and Xft dependencies
*/Imakefile: Purge Freetype includes

lib/DtWidget/ComboBoxP.h
lib/DtWidget/SpinBoxP.h
programs/dtfile/ChangeDirP.c
programs/dtlogin/vgcallback.c
    Undefine USE_XFT so Motif 2.3 doesn't pull in Freetype

CDE included Freetype and Xft solely to satisfy builds of Motif with
Xft support enabled. However, as CDE only supports bitmap fonts, this
dependency was entirely superfluous and unnecessarily broke backwards
compatibility with older systems.
This commit is contained in:
Lev Kujawski
2021-02-06 12:53:58 -07:00
committed by Jon Trulson
parent 1f52f5ca81
commit 356ac2f327
12 changed files with 6 additions and 49 deletions

View File

@@ -62,6 +62,7 @@ express or implied warranty.
#include <X11/ShellP.h>
#include <Xm/DrawnB.h>
#include <Xm/ArrowB.h>
#undef USE_XFT
#include <Xm/TextFP.h>
#include <Xm/Label.h>
#include <Xm/Frame.h>

View File

@@ -54,6 +54,7 @@ express or implied warranty.
#define _SpinBoxP_h
#include <Xm/Label.h>
#undef USE_XFT
#include <Xm/TextFP.h>
#include <Xm/ArrowB.h>
#include <Xm/ManagerP.h>