diff options
| author | kolunmi <113054217+kolunmi@users.noreply.github.com> | 2023-07-22 07:50:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-22 07:50:01 -0700 |
| commit | a5cb279696622d0b4c57611cf442dea5cc51054f (patch) | |
| tree | c13275b5a3460cc0da4e89a607c2ecdf505c5e9a /Makefile | |
| parent | 31178baeafb2df71a9ad94dc02aba198dc236370 (diff) | |
| parent | b377ce7317d6a72ef68dc779ca8b46d24fda9df8 (diff) | |
| download | dwlb-a5cb279696622d0b4c57611cf442dea5cc51054f.tar.gz | |
Merge pull request #14 from NikitaIvanovV/dwl-ipc
Add support for dwl ipc patch
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -35,16 +35,16 @@ wlr-layer-shell-unstable-v1-protocol.c: $(WAYLAND_SCANNER) private-code protocols/wlr-layer-shell-unstable-v1.xml $@ wlr-layer-shell-unstable-v1-protocol.o: 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 +dwl-ipc-unstable-v2-protocol.h: + $(WAYLAND_SCANNER) client-header protocols/dwl-ipc-unstable-v2.xml $@ +dwl-ipc-unstable-v2-protocol.c: + $(WAYLAND_SCANNER) private-code protocols/dwl-ipc-unstable-v2.xml $@ +dwl-ipc-unstable-v2-protocol.o: dwl-ipc-unstable-v2-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 +dwlb.o: utf8.h config.h xdg-shell-protocol.h xdg-output-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h dwl-ipc-unstable-v2-protocol.h # Protocol dependencies -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 +dwlb: xdg-shell-protocol.o xdg-output-unstable-v1-protocol.o wlr-layer-shell-unstable-v1-protocol.o dwl-ipc-unstable-v2-protocol.o # Library dependencies dwlb: CFLAGS+=$(shell pkg-config --cflags wayland-client wayland-cursor fcft pixman-1) |