From 59ae844e46c54a9984b51c98e2b9ee4542b61ace Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 15 Mar 2017 19:10:35 +0100 Subject: [PATCH] enable SCREENSHOT for generic Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cf126eb761a048fce4e2daccb39e079183c3ebc1 Author: Jacek Jendrzej Date: 2017-03-15 (Wed, 15 Mar 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 04e913f76..fabe46e56 100644 --- a/configure.ac +++ b/configure.ac @@ -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])