- configure: try to split AC_CONFIG_FILES by category

Conflicts:
	configure.ac

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

AC_CONFIG_FILES for themes not picked, because of build error.
This commit is contained in:
svenhoefer
2020-11-23 23:38:24 +01:00
committed by Thilo Graf
parent 388c819813
commit 78f18b483f

View File

@@ -353,7 +353,9 @@ AC_SUBST(STB_HAL_LIB)
AC_SUBST(LUA_CFLAGS) AC_SUBST(LUA_CFLAGS)
AC_SUBST(LUA_LIBS) AC_SUBST(LUA_LIBS)
AC_SUBST(BLURAY_LIBS) AC_SUBST(BLURAY_LIBS)
AC_SUBST(LIBCOOLSTREAM_STATIC_DIR)
# Makefiles
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
data/Makefile data/Makefile
@@ -399,12 +401,12 @@ data/pictures/screensaver/Makefile
data/policy/Makefile data/policy/Makefile
data/scripts/Makefile data/scripts/Makefile
data/themes/Makefile data/themes/Makefile
data/themes/Grey-Blue/Makefile
data/themes/Grey-Blue/icons/Makefile
data/themes/Grey-Blue/icons/buttons/Makefile
data/themes/Grey-3.0/Makefile data/themes/Grey-3.0/Makefile
data/themes/Grey-3.0/icons/Makefile data/themes/Grey-3.0/icons/Makefile
data/themes/Grey-3.0/icons/buttons/Makefile data/themes/Grey-3.0/icons/buttons/Makefile
data/themes/Grey-Blue/Makefile
data/themes/Grey-Blue/icons/Makefile
data/themes/Grey-Blue/icons/buttons/Makefile
data/themes/Neutrino-3.0/Makefile data/themes/Neutrino-3.0/Makefile
data/themes/Neutrino-3.0/icons/Makefile data/themes/Neutrino-3.0/icons/Makefile
data/themes/Neutrino-3.0/icons/buttons/Makefile data/themes/Neutrino-3.0/icons/buttons/Makefile
@@ -415,6 +417,8 @@ data/webradio/Makefile
data/webtv/Makefile data/webtv/Makefile
data/y-web/Makefile data/y-web/Makefile
data/y-web/images/Makefile data/y-web/images/Makefile
data/y-web/info/Makefile
data/y-web/jquery/Makefile
data/y-web/languages/Makefile data/y-web/languages/Makefile
data/y-web/scripts/Makefile data/y-web/scripts/Makefile
data/y-web/styles/Makefile data/y-web/styles/Makefile
@@ -451,7 +455,6 @@ src/gui/widget/Makefile
src/gui/widget/yaft/Makefile src/gui/widget/yaft/Makefile
src/lcddisplay/Makefile src/lcddisplay/Makefile
src/nhttpd/Makefile src/nhttpd/Makefile
src/nhttpd/nhttpd.conf
src/nhttpd/tuxboxapi/Makefile src/nhttpd/tuxboxapi/Makefile
src/nhttpd/yhttpd_core/Makefile src/nhttpd/yhttpd_core/Makefile
src/nhttpd/yhttpd_mods/Makefile src/nhttpd/yhttpd_mods/Makefile
@@ -464,4 +467,14 @@ src/zapit/lib/Makefile
src/zapit/src/Makefile src/zapit/src/Makefile
]) ])
# Webserver config
AC_CONFIG_FILES([
src/nhttpd/nhttpd.conf
])
# Themes
#AC_CONFIG_FILES([
#data/themes/Material_Blue-Grey.theme
#])
AC_OUTPUT AC_OUTPUT