Quellcode durchsuchen

package/kodi-imagedecoder-heif/Config.in: fix bogus double backslash

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni vor 2 Jahren
Ursprung
Commit
801419c811
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      package/kodi-imagedecoder-heif/Config.in

+ 1 - 1
package/kodi-imagedecoder-heif/Config.in

@@ -14,5 +14,5 @@ config BR2_PACKAGE_KODI_IMAGEDECODER_HEIF
 
 comment "kodi-imagedecoder-heif needs a toolchain w/ C++, threads, gcc >= 4.8"
 	depends on !BR2_m68k_cf # libheif
-	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \\
+	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8