mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
linux.cf: Enable PTS driver and libutempter.
This commit is contained in:
parent
fad5b988c1
commit
51a15d0b38
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue