[libvirt] [python PATCH 5/4] generator.py: Consider symbols from libvirt-common

Peter Krempa pkrempa at redhat.com
Thu Apr 21 12:53:43 UTC 2016


Some of the libvirt public API was moved into the libvirt-common.h file.
We should consider it while building python too.
---
 generator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generator.py b/generator.py
index ceba668..3144904 100755
--- a/generator.py
+++ b/generator.py
@@ -33,6 +33,7 @@ onlyOverrides = False

 libvirt_headers = [
     "libvirt",
+    "libvirt-common",
     "libvirt-domain",
     "libvirt-domain-snapshot",
     "libvirt-event",
-- 
2.8.1




More information about the libvir-list mailing list