- addition to 668b65aa89d2fbe50cf8bb35545183661393981e

Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: - arm-hardware: set default osd resolution to 1080
9f5a661336569dec4b564cfb82926af00c5d640e
This commit is contained in:
svenhoefer
2020-12-06 13:32:20 +01:00
committed by Thilo Graf
parent 29f98ffcaf
commit ea64294d6a
2 changed files with 2 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ install-data-hook:
sed -i \
-e 's|%(CONFIGDIR)|$(CONFIGDIR)|g' \
-e 's|%(DATADIR)|$(DATADIR)|g' \
-e 's|%(DATADIR_VAR)|$(DATADIR_VAR)|g' \
-e 's|%(CONTROLDIR)|$(CONTROLDIR)|g' \
-e 's|%(CONTROLDIR_VAR)|$(CONTROLDIR_VAR)|g' \
-e 's|%(FONTDIR)|$(FONTDIR)|g' \

View File

@@ -456,6 +456,7 @@ std::string CyParser::YWeb_cgi_cmd(CyhookHandler *hh, std::string ycmd) {
else if (ycmd_type == "define-get") {
if (ycmd_name.compare("CONFIGDIR")) yresult = CONFIGDIR;
else if (ycmd_name.compare("DATADIR")) yresult = DATADIR;
else if (ycmd_name.compare("DATADIR_VAR")) yresult = DATADIR_VAR;
else if (ycmd_name.compare("CONTROLDIR")) yresult = CONTROLDIR;
else if (ycmd_name.compare("CONTROLDIR_VAR")) yresult = CONTROLDIR_VAR;
else if (ycmd_name.compare("FONTDIR")) yresult = FONTDIR;