netbsd-queue: actually use the Config.in file
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 13:28:02 +0000 (14:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 13:28:02 +0000 (14:28 +0100)
In commit e84fd04e88bcda2771847958b3b5153e476db45f, Yann added a
Config.in symbol for netbsd-queue in a brand new Config.in file. But
that Config.in file was never included anywhere, making it somewhat
useless.

Let's include it under Libraries -> Other, even if its actual
inclusion location doesn't matter much since it's just a hidden
Config.in option anyway.

Fixes:

  http://autobuild.buildroot.org/results/d23/d23a1c51c4d7a260364aeef576fdf5a407abc2f6/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in

index bc6099d1a3fc78cdc9090bd2b62092322eedee03..cf994b8cf47ee71c6a201e12b0a06f7b34a4425c 100644 (file)
@@ -1198,6 +1198,7 @@ endif
        source "package/mpfr/Config.in"
        source "package/msgpack/Config.in"
        source "package/mtdev2tuio/Config.in"
+       source "package/netbsd-queue/Config.in"
        source "package/orc/Config.in"
        source "package/p11-kit/Config.in"
        source "package/poco/Config.in"