From f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 30 Mar 2015 18:07:30 -0300 Subject: packages: remove (non-)lfs dependencies and tweaks Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/dvdauthor/Config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/dvdauthor') diff --git a/package/dvdauthor/Config.in b/package/dvdauthor/Config.in index d241af072c..6f8e2e4380 100644 --- a/package/dvdauthor/Config.in +++ b/package/dvdauthor/Config.in @@ -17,14 +17,13 @@ if BR2_PACKAGE_DVDAUTHOR config BR2_PACKAGE_DVDAUTHOR_DVDUNAUTHOR bool "dvdunauthor" select BR2_PACKAGE_LIBDVDREAD - depends on BR2_LARGEFILE # libdvdread depends on !BR2_STATIC_LIBS # libdvdread help This option enables the dvdunauthor program, which requires libdvdread. -comment "dvdunauthor needs a toolchain w/ dynamic library, largefile" - depends on !BR2_LARGEFILE || BR2_STATIC_LIBS +comment "dvdunauthor needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS endif -- cgit v1.2.1