mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- acinclude: add possibility to define logodir
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -337,6 +337,12 @@ TUXBOX_APPS_DIRECTORY_ONE(lcd4liconsdir, LCD4L_ICONSDIR, datadir, /share, /tuxbo
|
||||
TUXBOX_APPS_DIRECTORY_ONE(lcd4liconsdir_var, LCD4L_ICONSDIR_VAR, localstatedir, /var, /tuxbox/lcd/icons,
|
||||
[--with-lcd4liconsdir_var=PATH], [where to find lcd4linux icons in /var])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(logodir, LOGODIR, datadir, /share, /tuxbox/neutrino/icons/logo,
|
||||
[--with-logodir=PATH], [where to find channel logos])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(logodir_var, LOGODIR_VAR, localstatedir, /var, /tuxbox/icons/logo,
|
||||
[--with-logodir_var=PATH], [where to find channel logos in /var])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(private_httpddir, PRIVATE_HTTPDDIR, datadir, /share, /tuxbox/neutrino/httpd,
|
||||
[--with-private_httpddir=PATH], [where to find private httpd files])
|
||||
|
||||
@@ -377,6 +383,8 @@ AC_SUBST(ICONSDIR)
|
||||
AC_SUBST(ICONSDIR_VAR)
|
||||
AC_SUBST(LCD4L_ICONSDIR)
|
||||
AC_SUBST(LCD4L_ICONSDIR_VAR)
|
||||
AC_SUBST(LOGODIR)
|
||||
AC_SUBST(LOGODIR_VAR)
|
||||
AC_SUBST(PRIVATE_HTTPDDIR)
|
||||
AC_SUBST(PUBLIC_HTTPDDIR)
|
||||
AC_SUBST(HOSTED_HTTPDDIR)
|
||||
|
Reference in New Issue
Block a user