pkg-config: mark as deprecated
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 22 Oct 2012 15:47:54 +0000 (15:47 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Oct 2012 21:04:23 +0000 (22:04 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/pkg-config/Config.in

index eae0a21f246941bbfcf2fc7882421ba99b672fa5..7f96d9b67588562d98f1a3e2ad21d7d92add4c3f 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PKG_CONFIG
        bool "pkg-config"
        depends on BR2_USE_WCHAR # glib2
+       depends on BR2_DEPRECATED
        select BR2_PACKAGE_LIBGLIB2
        help
          pkg-config is a system for managing library compile/link
@@ -11,4 +12,4 @@ config BR2_PACKAGE_PKG_CONFIG
          http://www.freedesktop.org/software/pkgconfig/
 
 comment "pkg-config requires a toolchain with WCHAR support"
-       depends on !BR2_USE_WCHAR
+       depends on BR2_DEPRECATED && !BR2_USE_WCHAR