From 88b8c199e3524b7c4e2667db3683c77d70f34a26 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 29 Sep 2021 10:53:41 -0700 Subject: feat(wm): working prototype --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83f45ed..0ef5b88 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,10 @@ CC := gcc AR := ar AS := nasm -PKG := pkg-config +PKG := PKG_CONFIG_PATH=lib/pkgconfig pkg-config + +WL_PROTO:=$(shell $(PKG) --variable=pkgdatadir wayland-protocols) +WL_SCAN:=$(shell $(PKG) --variable=wayland_scanner wayland-scanner) # All needed build directories INC_DIR := include -- cgit v1.2.1