diff options
Diffstat (limited to 'cmake/treedata/optional/common')
-rw-r--r-- | cmake/treedata/optional/common/avahi.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/cdrip.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/dacp.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/mdns.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/opengl.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/opengles.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/python.txt | 4 | ||||
-rw-r--r-- | cmake/treedata/optional/common/upnp.txt | 2 | ||||
-rw-r--r-- | cmake/treedata/optional/common/webserver.txt | 2 |
9 files changed, 14 insertions, 0 deletions
diff --git a/cmake/treedata/optional/common/avahi.txt b/cmake/treedata/optional/common/avahi.txt new file mode 100644 index 0000000..41b82b9 --- /dev/null +++ b/cmake/treedata/optional/common/avahi.txt @@ -0,0 +1 @@ +xbmc/platform/linux/network/zeroconf platform/linux/network/zeroconf # AVAHI diff --git a/cmake/treedata/optional/common/cdrip.txt b/cmake/treedata/optional/common/cdrip.txt new file mode 100644 index 0000000..79b5390 --- /dev/null +++ b/cmake/treedata/optional/common/cdrip.txt @@ -0,0 +1 @@ +xbmc/cdrip cdrip # OPTICAL diff --git a/cmake/treedata/optional/common/dacp.txt b/cmake/treedata/optional/common/dacp.txt new file mode 100644 index 0000000..fd225c2 --- /dev/null +++ b/cmake/treedata/optional/common/dacp.txt @@ -0,0 +1 @@ +xbmc/network/dacp network/dacp # AIRTUNES diff --git a/cmake/treedata/optional/common/mdns.txt b/cmake/treedata/optional/common/mdns.txt new file mode 100644 index 0000000..9bebb89 --- /dev/null +++ b/cmake/treedata/optional/common/mdns.txt @@ -0,0 +1 @@ +xbmc/network/mdns mdns # MDNS diff --git a/cmake/treedata/optional/common/opengl.txt b/cmake/treedata/optional/common/opengl.txt new file mode 100644 index 0000000..b88ad7a --- /dev/null +++ b/cmake/treedata/optional/common/opengl.txt @@ -0,0 +1 @@ +xbmc/rendering/gl rendering/gl # OPENGL diff --git a/cmake/treedata/optional/common/opengles.txt b/cmake/treedata/optional/common/opengles.txt new file mode 100644 index 0000000..6a223a1 --- /dev/null +++ b/cmake/treedata/optional/common/opengles.txt @@ -0,0 +1 @@ +xbmc/rendering/gles rendering/gles # OPENGLES diff --git a/cmake/treedata/optional/common/python.txt b/cmake/treedata/optional/common/python.txt new file mode 100644 index 0000000..c381a18 --- /dev/null +++ b/cmake/treedata/optional/common/python.txt @@ -0,0 +1,4 @@ +xbmc/interfaces/legacy interfaces/legacy # PYTHON +xbmc/interfaces/legacy/wsgi interfaces/legacy/wsgi # PYTHON +xbmc/interfaces/python interfaces/python # PYTHON +xbmc/interfaces/swig swig # PYTHON diff --git a/cmake/treedata/optional/common/upnp.txt b/cmake/treedata/optional/common/upnp.txt new file mode 100644 index 0000000..5589b80 --- /dev/null +++ b/cmake/treedata/optional/common/upnp.txt @@ -0,0 +1,2 @@ +lib/libUPnP upnp # UPNP +xbmc/network/upnp network/upnp # UPNP diff --git a/cmake/treedata/optional/common/webserver.txt b/cmake/treedata/optional/common/webserver.txt new file mode 100644 index 0000000..b492006 --- /dev/null +++ b/cmake/treedata/optional/common/webserver.txt @@ -0,0 +1,2 @@ +xbmc/network/httprequesthandler network/httprequesthandler # MICROHTTPD +xbmc/network/httprequesthandler/python network/httprequesthandler/python # MICROHTTPD |