From 74ee5578e251d4f9c748d5dbf160d89974c31814 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 11 Oct 2021 17:41:06 -0400 Subject: Builds and registers as adaptive on PureOS 10 --- Makefile | 2 +- biblereader.desktop | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd15e31..35c6e6e 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install: $(EXECUTABLE) install -m 644 biblereader_64.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/64x64/apps/biblereader.png $(EXECUTABLE): $(OBJECTS) - $(CC) $(LDFLAGS) $(OBJECTS) -o $@ `pkg-config $(LIBS) --libs` + $(CC) $(OBJECTS) -o $@ `pkg-config $(LIBS) --libs` $(LDFLAGS) .cc.o: $(CC) $(CFLAGS) $< -o $@ `pkg-config $(LIBS) --cflags` diff --git a/biblereader.desktop b/biblereader.desktop index 3738ae6..e0f2518 100644 --- a/biblereader.desktop +++ b/biblereader.desktop @@ -6,3 +6,4 @@ Icon=biblereader Terminal=false Type=Application Categories=Education +X-Purism-FormFactor=Workstation;Mobile; -- cgit v1.2.3