From c4492d93a8b37a87c6095f526d07d582e8cd172f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 3 Oct 2020 22:54:10 +0200 Subject: [PATCH] supplement to "TRIPLEDRAGON: deleted" Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5ec1a2ba8048a6b25ae6368a62b65eb3a609c86d Author: vanhofen Date: 2020-10-03 (Sat, 03 Oct 2020) Origin message was: ------------------ - supplement to "TRIPLEDRAGON: deleted" ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0f65df382..a1ec26edd 100644 --- a/configure.ac +++ b/configure.ac @@ -120,10 +120,6 @@ TUXBOX_APPS_LIB_PKGCONFIG(SWRESAMPLE,libswresample) AM_CONDITIONAL(USE_TREMOR, test "$TREMOR" = "yes") -if test "$BOXTYPE" = "tripledragon"; then - TUXBOX_APPS_LIB_PKGCONFIG(DIRECTFB, directfb) -fi - # TUXBOX_APPS_LIB_PKGCONFIG(OPENSSL,openssl) TUXBOX_APPS_LIB_PKGCONFIG(CURL,libcurl) @@ -177,7 +173,6 @@ if test "$BOXTYPE" = "coolstream" || test "$BOXTYPE" = "armbox" || test "$BOXTYPE" = "mipsbox" || test "$BOXTYPE" = "generic" || - test "$BOXTYPE" = "tripledragon" || test "$BOXTYPE" = "spark"; then AC_DEFINE(SCREENSHOT, 1, [Define to 1 if the platform supports screenshots]) fi