configure: specify that mir backend needs gio-unix

This commit is contained in:
Daniel van Vugt 2015-04-15 13:19:14 +02:00 committed by Lars Uebernickel
parent c8d6231c3c
commit 7c79c01a51

View File

@ -474,6 +474,7 @@ if test "$enable_mir_backend" = "yes"; then
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_MIR"
MIR_PACKAGES="$MIR_DEPENDENCIES"
have_gio_unix=yes
AM_CONDITIONAL(USE_MIR, true)
else