brewery
notashelf /
746e83d3daa43e7f0e03b444345506e460646265

chroma

public

Lightweight wallpaper daemon for Wayland

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git

Commit 746e83d3daa4

tarball

NotAShelf <raf@notashelf.dev> · 2026-01-31 12:15 UTC

unverified1 files changed+2-0
meta: make makefile work again...

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Icaabb1719e4678d28439906c80ae54986a6a6964
diff --git a/Makefile b/Makefileindex 2d08a64..0efc0bd 100644--- a/Makefile+++ b/Makefile@@ -116,7 +116,9 @@ version-header: 	@echo "#ifndef CHROMA_VERSION_H" > $(INCDIR)/chroma_version.h 	@echo "#define CHROMA_VERSION_H" >> $(INCDIR)/chroma_version.h 	@echo "" >> $(INCDIR)/chroma_version.h+	@echo "#ifndef CHROMA_VERSION" >> $(INCDIR)/chroma_version.h 	@echo "#define CHROMA_VERSION \"$(VERSION)\"" >> $(INCDIR)/chroma_version.h+	@echo "#endif" >> $(INCDIR)/chroma_version.h 	@echo "" >> $(INCDIR)/chroma_version.h 	@echo "#endif // CHROMA_VERSION_H" >> $(INCDIR)/chroma_version.h