From 04bf18295f4a4da65e81be38ffb4f3a9276dc79f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 17 Nov 2014 16:51:16 -0600 Subject: [PATCH] NxPlayer Kconfig should depend on AUDIO support --- system/nxplayer/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/system/nxplayer/Kconfig b/system/nxplayer/Kconfig index 31362ba3b..a2c2da068 100644 --- a/system/nxplayer/Kconfig +++ b/system/nxplayer/Kconfig @@ -6,6 +6,7 @@ config SYSTEM_NXPLAYER bool "NxPlayer library / command line support" default n + depends on AUDIO ---help--- Enable support for the command line media player