package/spice: depend on libglib2
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 21 Feb 2016 17:40:07 +0000 (18:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 22:45:59 +0000 (23:45 +0100)
The package selects BR2_PACKAGE_LIBGLIB2 but did not depend on it.

The buildsystem treats libglib2 as a hard-dependency:
https://cgit.freedesktop.org/spice/spice/tree/configure.ac?h=0.12#n117

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/spice/spice.mk

index a31d78dab0fbbce9904838926fb20a7343d4a227..61a977225efb7dd5cded09e0beb3d667c5175214 100644 (file)
@@ -14,6 +14,7 @@ SPICE_DEPENDENCIES =        \
        alsa-lib            \
        celt051             \
        jpeg                \
+       libglib2            \
        openssl             \
        pixman              \
        python-pyparsing    \