]> git.gag.com Git - fw/quantimotor/commitdiff
clean up build deps, just use packaged fontawesome on target
authorBdale Garbee <bdale@gag.com>
Tue, 27 May 2025 17:51:09 +0000 (11:51 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 27 May 2025 17:51:09 +0000 (11:51 -0600)
Makefile
debian/control

index eda4805e711e767d5ac83918013cd3301a15cbb9..435bf460cb7667281368afe13826f597b908faa8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,8 @@ 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 $@
index 75d1d2b086a003abab027077f3b040c71b8ac572..deca0981cb10ac61aad6a32cc7fc112f60c28416 100644 (file)
@@ -6,7 +6,7 @@ Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
  device-tree-compiler,
- node-fortawesome-fontawesome-free,
+ dh_python3
 Standards-Version: 4.7.0
 Homepage: https://altusmetrum.org/QuantiMotor
 Vcs-Git: git://git.gag.com/fw/quantimotor
@@ -19,6 +19,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  libjs-jquery,
+ node-fortawesome-fontawesome-free,
  python3-cherrypy3,
  python3-libgpiod,
  python3-libiio,