diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 09:12:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 09:12:23 +0200 |
commit | 6e9bffd5b5d0ce02fc8a9a05b59a8c81bb9f10ea (patch) | |
tree | 93eb768509359f2460b800b7b068c57f089ff4b1 | |
parent | 8e9f2708aec5354c6dfbc6015e996d7fd77e0d50 (diff) |
enable getpt for xterm
-rw-r--r-- | target/qemu-x86/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/qemu-x86/uclibc.config b/target/qemu-x86/uclibc.config index f98da5b03..fabe9cec2 100644 --- a/target/qemu-x86/uclibc.config +++ b/target/qemu-x86/uclibc.config @@ -109,7 +109,7 @@ UCLIBC_HAS___PROGNAME=y UCLIBC_HAS_PTY=y ASSUME_DEVPTS=y UNIX98PTY_ONLY=y -# UCLIBC_HAS_GETPT is not set +UCLIBC_HAS_GETPT=y UCLIBC_HAS_TM_EXTENSIONS=y UCLIBC_HAS_TZ_CACHING=y UCLIBC_HAS_TZ_FILE=y |