Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Prosvetova <anna@prosvetova.me>2021-12-24 21:47:48 +0300
committerGitHub <noreply@github.com>2021-12-24 21:47:48 +0300
commit46a25c295ced2dc88025dd00f718469566648e75 (patch)
treee28c24b6fa474ba5bf5f9d45236a2e6b7367356b /applications/applications.mk
parent7cea359be84cb8bf72879f1264faf9b088b054f9 (diff)
Decouple apps to allow smaller builds. Loader deadlock fix and refactoring. (#929)
* Lib: always include rfal * Gui: remove screen_stream * Input: decouple from Cli * Loader: decouple from Cli * Desktop: ignore missing favorite app, decouple from Archive * Make: make Notification a Gui dependency * Make: embed debugging information into elfs * Loader: hide Plugins submenu when plugins ga arimasen * Applications: update on start hook usage * Loader: fix dead lock on menu rebuild with open rpc, new cli command. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Diffstat (limited to 'applications/applications.mk')
-rw-r--r--applications/applications.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/applications.mk b/applications/applications.mk
index c5843fee..0aa88774 100644
--- a/applications/applications.mk
+++ b/applications/applications.mk
@@ -298,6 +298,7 @@ SRV_GUI ?= 0
ifeq ($(SRV_GUI), 1)
CFLAGS += -DSRV_GUI
SRV_INPUT = 1
+SRV_NOTIFICATION = 1
endif