commit 5ad54d7
shrub
·
2026-01-05 18:13:08 +0000 UTC
parent b798a28
sync old GNU makefile with current build
2 files changed,
+5,
-1
+4,
-0
1@@ -45,12 +45,14 @@ SWC_SOURCES = \
2 libswc/shell.c \
3 libswc/shell_surface.c \
4 libswc/shm.c \
5+ libswc/snap.c \
6 libswc/subcompositor.c \
7 libswc/subsurface.c \
8 libswc/surface.c \
9 libswc/swc.c \
10 libswc/util.c \
11 libswc/view.c \
12+ libswc/wallpaper.c \
13 libswc/wayland_buffer.c \
14 libswc/window.c \
15 libswc/xdg_decoration.c \
16@@ -58,6 +60,7 @@ SWC_SOURCES = \
17 protocol/linux-dmabuf-unstable-v1-protocol.c \
18 protocol/server-decoration-protocol.c \
19 protocol/swc-protocol.c \
20+ protocol/swc_snap-protocol.c \
21 protocol/wayland-drm-protocol.c \
22 protocol/xdg-decoration-unstable-v1-protocol.c \
23 protocol/xdg-shell-protocol.c
24@@ -91,6 +94,7 @@ $(call objects,compositor panel_manager panel screen): protocol/swc-server-proto
25 $(call objects,dmabuf): protocol/linux-dmabuf-unstable-v1-server-protocol.h
26 $(call objects,drm drm_buffer): protocol/wayland-drm-server-protocol.h
27 $(call objects,kde_decoration): protocol/server-decoration-server-protocol.h
28+$(call objects,snap): protocol/swc_snap-server-protocol.h
29 $(call objects,xdg_decoration): protocol/xdg-decoration-unstable-v1-server-protocol.h
30 $(call objects,xdg_shell): protocol/xdg-shell-server-protocol.h
31 $(call objects,pointer): cursor/cursor_data.h
+1,
-1
1@@ -6,6 +6,7 @@ wayland_protocols := $(call pkgconfig,wayland-protocols,variable=pkgdatadir,DATA
2 PROTOCOL_EXTENSIONS = \
3 $(dir)/server-decoration.xml\
4 $(dir)/swc.xml \
5+ $(dir)/swc_snap.xml \
6 $(dir)/wayland-drm.xml \
7 $(wayland_protocols)/stable/xdg-shell/xdg-shell.xml \
8 $(wayland_protocols)/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
9@@ -31,4 +32,3 @@ install-$(dir): | $(DESTDIR)$(DATADIR)/swc
10 install -m 644 protocol/swc.xml $(DESTDIR)$(DATADIR)/swc
11
12 include common.mk
13-