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:
authorits your bedtime <23366927+itsyourbedtime@users.noreply.github.com>2021-09-28 12:40:39 +0300
committerGitHub <noreply@github.com>2021-09-28 12:40:39 +0300
commit1c4e6ec74dded2318c451c50a376129dbc8352e8 (patch)
tree979994be521c8f060944d89892160530fe0dcc45 /applications/applications.mk
parenta8981d317a0f36e6694e8edc891103eecb5fae7a (diff)
[FL-1824] Dolphin refactoring (#701)
* refactoring p1 * refactoring p2 * cleanups * locked screen refresh rate fix * better locked view logic * seperate dolphin service and desktop app * Desktop: Favorite app acess (Left key), Settings app * Desktop settings version, submenu header * remove unused icon anomation + naming fix Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'applications/applications.mk')
-rw-r--r--applications/applications.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/applications/applications.mk b/applications/applications.mk
index 586439f5..3b92a723 100644
--- a/applications/applications.mk
+++ b/applications/applications.mk
@@ -25,6 +25,7 @@ SRV_POWER_OBSERVER = 1
SRV_STORAGE = 1
# Apps
+SRV_DESKTOP = 1
APP_ARCHIVE = 1
APP_GPIO_TEST = 1
APP_IBUTTON = 1
@@ -95,6 +96,12 @@ ifeq ($(APP_UNIT_TESTS), 1)
CFLAGS += -DAPP_UNIT_TESTS
endif
+SRV_DESKTOP ?= 0
+ifeq ($(SRV_DESKTOP), 1)
+CFLAGS += -DSRV_DESKTOP
+SRV_DESKTOP = 1
+endif
+
APP_ARCHIVE ?= 0
ifeq ($(APP_NFC), 1)
CFLAGS += -DAPP_ARCHIVE