projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d6231
)
configure: specify that mir backend needs gio-unix
author
Daniel van Vugt
<daniel.van.vugt@canonical.com>
Wed, 15 Apr 2015 11:19:14 +0000
(13:19 +0200)
committer
Lars Uebernickel
<lars.uebernickel@canonical.com>
Wed, 15 Apr 2015 12:37:13 +0000
(14:37 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c76b8a68a30a2b1ef037bc961abed50a42b26449..7dc9c265cba1bf3c1319e71519c33fe2da6cba1c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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