From 18fd216b0c587eb7d463eabb75b50f545ba9f675 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 26 Nov 2020 00:46:21 +0100 Subject: [PATCH] lcd4l: remove some hardcoded paths Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5c787b172a981c0b6f8fa1a1a4baece4fb8b0304 Author: vanhofen Date: 2020-11-26 (Thu, 26 Nov 2020) Origin message was: ------------------ - lcd4l: remove some hardcoded paths ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index 0214fb469..87b6af546 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -63,7 +63,7 @@ extern CPictureViewer *g_PicViewer; #define LCD_DATADIR "/tmp/lcd/" -#define LCD_ICONSDIR "/share/lcd/icons/" +#define LCD_ICONSDIR TARGET_PREFIX "/share/lcd/icons/" #define ICONSEXT ".png" #define LOGO_DUMMY LCD_ICONSDIR "blank.png"