diff options
Diffstat (limited to 'package/python-coherence/Config.in')
-rw-r--r-- | package/python-coherence/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-coherence/Config.in b/package/python-coherence/Config.in new file mode 100644 index 0000000000..d4034e7220 --- /dev/null +++ b/package/python-coherence/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_COHERENCE + bool "python-coherence" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON_TWISTED + select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE + select BR2_PACKAGE_PYTHON_PYASN + help + A DLNA/UPnP Media Server and Framework for the Digital Living. + + http://coherence-project.org/ |