use our own libvirt (1.0.4) for f18 and f20
[build.git] / lxc.mk
diff --git a/lxc.mk b/lxc.mk
index 1749d4f..71e7c11 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -137,7 +137,7 @@ IN_NODEIMAGE += fprobe-ulog
 
 #################### using our own libvirt on f18, and the stock version later on
 local_libvirt=false
-ifeq "$(DISTRONAME)" "f18"
+ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20)"
 local_libvirt=true
 endif