Commit 0e0e4217 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libgtk2: warn that directfb backend is deprecated

And will go away in the future, as discussed here:

http://lists.busybox.net/pipermail/buildroot/2013-February/067977.html



Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent e4ee2811
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,3 +29,6 @@ config BR2_PACKAGE_LIBGTK2_DEMO

comment "libgtk2 requires a toolchain with WCHAR and C++ support"
	depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP

comment "WARNING: Libgtk2 directfb backend is deprecated"
	depends on BR2_PACKAGE_LIBGTK2 && !BR2_PACKAGE_XORG7