mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package: mark liboil + swfdec as deprecated
They are dead upstream, and will be removed during 2011.11 cycle unless someone speaks up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_LIBOIL
|
||||
bool "liboil"
|
||||
depends on BR2_DEPRECATED
|
||||
help
|
||||
Library of simple functions that are optimized for various CPUs.
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_SWFDEC
|
||||
bool "swfdec"
|
||||
depends on BR2_DEPRECATED
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||
select BR2_PACKAGE_LIBOIL
|
||||
|
||||
Reference in New Issue
Block a user