diff options
| author | kolunmi <kolunmi@tutanota.com> | 2023-02-21 18:18:37 -0700 |
|---|---|---|
| committer | kolunmi <kolunmi@tutanota.com> | 2023-02-21 18:18:37 -0700 |
| commit | a489ba41cc49890761db23f81c8acef6eada2fc1 (patch) | |
| tree | f934b399c428e4d4248e22db5a0c722708cb3d37 /Makefile | |
| parent | 4ffc26c89fdda44e2dfb1dae3cf33c067a01fa8e (diff) | |
| download | dwlb-a489ba41cc49890761db23f81c8acef6eada2fc1.tar.gz | |
add ipc functionality, update README
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -47,10 +47,20 @@ wlr-layer-shell-unstable-v1-protocol.c: wlr-layer-shell-unstable-v1-protocol.o: wlr-layer-shell-unstable-v1-protocol.h -dwlb.o: utf8.h config.h xdg-shell-protocol.h xdg-output-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h +net-tapesoftware-dwl-wm-unstable-v1-protocol.h: + $(WAYLAND_SCANNER) client-header \ + protocols/net-tapesoftware-dwl-wm-unstable-v1.xml $@ + +net-tapesoftware-dwl-wm-unstable-v1-protocol.c: + $(WAYLAND_SCANNER) private-code \ + protocols/net-tapesoftware-dwl-wm-unstable-v1.xml $@ + +net-tapesoftware-dwl-wm-unstable-v1-protocol.o: net-tapesoftware-dwl-wm-unstable-v1-protocol.h + +dwlb.o: utf8.h config.h xdg-shell-protocol.h xdg-output-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h net-tapesoftware-dwl-wm-unstable-v1-protocol.o # Protocol dependencies -dwlb: xdg-shell-protocol.o xdg-output-unstable-v1-protocol.o wlr-layer-shell-unstable-v1-protocol.o +dwlb: xdg-shell-protocol.o xdg-output-unstable-v1-protocol.o wlr-layer-shell-unstable-v1-protocol.o net-tapesoftware-dwl-wm-unstable-v1-protocol.o # Library dependencies dwlb: CFLAGS+=$(shell pkg-config --cflags wayland-client wayland-cursor fcft pixman-1) |