From f23baade916e844b6b6c9714e6b5d81020f6ba57 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Fri, 10 Oct 2025 20:31:37 -0400 Subject: minimal layer surface code --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 300b4ce..79e9587 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OBJDIR=objs LIBS=egl wayland-client gl wayland-egl xkbcommon CFLAGS=-Wall -g $(shell pkg-config --cflags $(LIBS)) -I$(OBJDIR) LDFLAGS=$(shell pkg-config --libs $(LIBS)) -VPATH=/usr/share/wayland-protocols/staging/cursor-shape/:/usr/share/wayland-protocols/stable/tablet/:$(OBJDIR) -WLPROT=cursor-shape-v1.xml tablet-v2.xml +VPATH=/usr/share/wayland-protocols/staging/cursor-shape/:/usr/share/wayland-protocols/stable/tablet/:/usr/share/wayland-protocols/stable/xdg-shell/:$(OBJDIR) +WLPROT=cursor-shape-v1.xml tablet-v2.xml wlr-layer-shell-unstable-v1.xml xdg-shell.xml WLC=$(patsubst %.xml,$(OBJDIR)/%.c, $(WLPROT)) WLH=$(patsubst %.xml,$(OBJDIR)/%.h, $(WLPROT)) SRC=$(WLC) $(wildcard *.c) $(wildcard glad/*.c) -- cgit v1.2.3