dtfile: add freetype includes to Imakfile
While removing the CCLINK options, accidentally removed freetype includes, causing dtfile to fail to build.
This commit is contained in:
@@ -27,6 +27,10 @@ EXTRA_DEFINES = -D_TOOLTALK
|
|||||||
EXTRA_CCOPTIONS = -xF
|
EXTRA_CCOPTIONS = -xF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LinuxArchitecture)
|
||||||
|
EXTRA_INCLUDES = -I/usr/include/freetype2
|
||||||
|
#endif
|
||||||
|
|
||||||
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
|
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
|
||||||
Desktop.c Directory.c Encaps.c File.c \
|
Desktop.c Directory.c Encaps.c File.c \
|
||||||
FileDialog.c FileManip.c FileMgr.c FileOp.c \
|
FileDialog.c FileManip.c FileMgr.c FileOp.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user