diff mbox

[2/2] package/vice: not available on nios2

Message ID 1463902120-8275-2-git-send-email-bernd.kuhls@t-online.de
State Not Applicable
Headers show

Commit Message

Bernd Kuhls May 22, 2016, 7:28 a.m. UTC
ffmpeg is not available on nios2, this limitation was not reverse-
propagated to this package.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/vice/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bernd Kuhls May 22, 2016, 9:02 a.m. UTC | #1
Am Sun, 22 May 2016 09:28:40 +0200 schrieb Bernd Kuhls:

>  package/vice/Config.in | 2 ++

Hi,

please ignore this patch, it patched a package from my private patch 
queue ;) I marked it as "Not Applicable" in patchworks.

Regards, Bernd
diff mbox

Patch

diff --git a/package/vice/Config.in b/package/vice/Config.in
index 1b9dee0..5f2c83d 100644
--- a/package/vice/Config.in
+++ b/package/vice/Config.in
@@ -13,6 +13,7 @@  config BR2_PACKAGE_VICE
 	select BR2_PACKAGE_SDL_SOUND
 	select BR2_PACKAGE_SDL_X11 if BR2_PACKAGE_XORG7
 	select BR2_PACKAGE_ZLIB
+	depends on !BR2_nios2 # ffmpeg
 	depends on !BR2_STATIC_LIBS
 	depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
 	depends on BR2_USE_MMU # fork()
@@ -28,5 +29,6 @@  config BR2_PACKAGE_VICE
 	  http://vice-emu.sourceforge.net
 
 comment "vice needs a toolchain w/ dynamic library, threads"
+	depends on !BR2_nios2 # ffmpeg
 	depends on BR2_USE_MMU
 	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS