enable SCREENSHOT for generic

This commit is contained in:
Jacek Jendrzej
2017-03-15 19:10:35 +01:00
parent 861017a95d
commit cf126eb761

View File

@@ -140,6 +140,7 @@ if test "$BOXTYPE" = "coolstream"; then
fi
if test "$BOXTYPE" = "coolstream" ||
test "$BOXTYPE" = "generic" ||
test "$BOXTYPE" = "tripledragon" ||
test "$BOXTYPE" = "spark"; then
AC_DEFINE(SCREENSHOT,1,[Define to 1 if the platform supports screenshots])