From 11688cf348f283dc1f95957338137fe8dd958c71 Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Wed, 13 Jan 2021 14:27:14 +0100 Subject: Add text rendering and update pui interface types --- makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b5ad669..6fd608a 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,11 @@ target:=pui -objects:=main.o pui.o xdg-shell.o +objects:=\ + font.o \ + font_cp00.o \ + font_cp04.o \ + main.o \ + pui.o \ + xdg-shell.o protocols:=/usr/share/wayland-protocols wl_headers:=xdg-shell.h -- cgit v1.2.3