linux.cf: Enable PTS driver and libutempter.

This commit is contained in:
Liang Chang 2021-04-23 01:10:40 -04:00 committed by Jon Trulson
parent 11da82df52
commit 4a346ea8f5
1 changed files with 8 additions and 0 deletions

View File

@ -303,5 +303,13 @@ XCOMM This is needed for CDE currently
#define HasPamLibrary YES
#endif
#if !defined(HasPtsDriver)
#define HasPtsDriver YES
#endif
#if !defined(HasUtempterLibrary)
#define HasUtempterLibrary YES
#endif
#include <lnxDep.rules>
#include <lnxLib.rules>