Commit based upon d6442850bde61f0c3e7e2ae3247b4a856073c5e0
[librecmc/package-feed.git] / libs / libstrophe / Config.in
diff --git a/libs/libstrophe/Config.in b/libs/libstrophe/Config.in
new file mode 100644 (file)
index 0000000..ec45f75
--- /dev/null
@@ -0,0 +1,14 @@
+choice
+       depends on PACKAGE_libstrophe
+       prompt "Select XML library"
+       default libstrophe-expat
+
+config libstrophe-expat
+       bool "expat"
+       select PACKAGE_libexpat
+
+config libstrophe-libxml2
+       bool "libxml2"
+       select PACKAGE_libxml2
+
+endchoice