mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f8518c47ab
commit
f4716f79a0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user