Run command in a pty and feed output to wayland terminal.

This commit is contained in:
Kristian Høgsberg 2008-12-07 23:17:31 -05:00
parent 44e3c5e1ad
commit 269d6e3daf
2 changed files with 90 additions and 9 deletions

View file

@ -42,6 +42,8 @@ gears : gears.o window.o wayland-glib.o cairo-util.o
screenshot : screenshot.o wayland-glib.o
terminal : terminal.o window.o wayland-glib.o cairo-util.o
terminal : LDLIBS += -lutil
$(clients) : CFLAGS += @CLIENT_CFLAGS@
$(clients) : LDLIBS += @CLIENT_LIBS@ -L. -lwayland -lrt