From f8e30b56a1e244c74a3998a220bd0ae0f0e22569 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 27 May 2025 11:35:42 -0600 Subject: [PATCH] arrange for fontawesome.min.css to be available --- Makefile | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 435bf46..eda4805 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,10 @@ SUBDIRS := devicetree SUBDIRS-clean := $(addsuffix -clean,$(SUBDIRS)) all: $(SUBDIRS) + cp /usr/share/nodejs/@fortawesome/fontawesome-free/css/fontawesome.min.css ui/fontawesome.min.css clean: $(SUBDIRS-clean) + rm -f ui/fontawesome.min.css $(SUBDIRS): $(MAKE) -C $@ diff --git a/debian/control b/debian/control index a2edd80..7ef8ef9 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), device-tree-compiler, + node-fortawesome-fontawesome-free, Standards-Version: 4.7.0 Homepage: https://altusmetrum.org/QuantiMotor Vcs-Git: git://git.gag.com/fw/quantimotor -- 2.47.2