diff options
author | h.udo <hudokkow@gmail.com> | 2016-09-08 18:15:54 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2016-12-21 10:04:18 +0000 |
commit | a18701e7b2fe03780f90502d5d51e09cdc3ad718 (patch) | |
tree | a9d2c2cca8599a18a78c6b1345f42e48e76ddb27 /cmake/treedata/optional | |
parent | f2b31fda391d3364b7307ab9f9216fa0ee7164c7 (diff) |
[cmake] Move to root folder: Move files
Diffstat (limited to 'cmake/treedata/optional')
-rw-r--r-- | cmake/treedata/optional/common/X11.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/mir.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/optional/common/nonfree.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/upnp.txt | 2 | ||||
-rw-r--r-- | cmake/treedata/optional/common/webserver.txt | 2 |
9 files changed, 11 insertions, 0 deletions
diff --git a/cmake/treedata/optional/common/X11.txt b/cmake/treedata/optional/common/X11.txt new file mode 100644 index 0000000000..f4afa572dd --- /dev/null +++ b/cmake/treedata/optional/common/X11.txt @@ -0,0 +1 @@ +xbmc/windowing/X11 windowing/X11 # X11 diff --git a/cmake/treedata/optional/common/cdrip.txt b/cmake/treedata/optional/common/cdrip.txt new file mode 100644 index 0000000000..79b53907d4 --- /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 0000000000..fd225c29ea --- /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/mir.txt b/cmake/treedata/optional/common/mir.txt new file mode 100644 index 0000000000..d681e8b5ae --- /dev/null +++ b/cmake/treedata/optional/common/mir.txt @@ -0,0 +1 @@ +xbmc/windowing/mir windowing/mir # MIR diff --git a/cmake/treedata/optional/common/nonfree.txt b/cmake/treedata/optional/common/nonfree.txt new file mode 100644 index 0000000000..470ed59752 --- /dev/null +++ b/cmake/treedata/optional/common/nonfree.txt @@ -0,0 +1 @@ +lib/UnrarXLib unrarxlib # NONFREE diff --git a/cmake/treedata/optional/common/opengl.txt b/cmake/treedata/optional/common/opengl.txt new file mode 100644 index 0000000000..b88ad7a643 --- /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 0000000000..6a223a11d1 --- /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/upnp.txt b/cmake/treedata/optional/common/upnp.txt new file mode 100644 index 0000000000..5589b808e9 --- /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 0000000000..b492006a5b --- /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 |