Enable ncurses applications

This commit is contained in:
Jeremy Soller 2019-01-27 19:39:37 -07:00
parent c420654ddb
commit 0f7aa1f937
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 7 additions and 7 deletions

12
ci.toml
View file

@ -18,7 +18,7 @@ cairo = {}
cairodemo = {} cairodemo = {}
#cargo = {} #cargo = {}
cleye = {} cleye = {}
#cmatrix = {} # ncurses cmatrix = {}
contain = {} contain = {}
coreutils = {} coreutils = {}
cpal = {} cpal = {}
@ -81,8 +81,8 @@ mesa = {}
mesa_glu = {} mesa_glu = {}
#miniserve = {} # actix #miniserve = {} # actix
nasm = {} nasm = {}
#ncdu = {} # ncurses ncdu = {}
#ncurses = {} # mkstemp configure hang ncurses = {}
#ncursesw = {} # mkstemp configure hang #ncursesw = {} # mkstemp configure hang
netdb = {} netdb = {}
netstack = {} netstack = {}
@ -116,7 +116,7 @@ ptyd = {}
#python = {} # getaddrinfo #python = {} # getaddrinfo
#qemu = {} #qemu = {}
randd = {} randd = {}
#readline = {} # ncurses readline = {}
redoxfs = {} redoxfs = {}
#redox-ssh = {} #redox-ssh = {}
relibc = {} relibc = {}
@ -151,8 +151,8 @@ timidity = {}
ttf-hack = {} ttf-hack = {}
userutils = {} userutils = {}
uutils = {} uutils = {}
#vim = {} # ncurses vim = {}
#vttest = {} # fpathconf vttest = {}
webrender = {} webrender = {}
winit = {} winit = {}
xz = {} xz = {}

@ -1 +1 @@
Subproject commit 3c63fd2b4560145e370812a9e1c8092fb4a3a62b Subproject commit 2c3e7f0f0769ac77e03e6e936786f9ae00263ac9