mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-02 07:15:53 -04:00
Run command in a pty and feed output to wayland terminal.
This commit is contained in:
parent
44e3c5e1ad
commit
269d6e3daf
2 changed files with 90 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue