aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorChristian Fetzer <fetzer.ch@gmail.com>2016-09-10 12:10:11 +0200
committerGitHub <noreply@github.com>2016-09-10 12:10:11 +0200
commit48e14b5a243cf2834be741c95ae21e934c30e78d (patch)
treebd26ec011ae3ef80e9ee3ff4845666e8f757b163 /project
parent968d889449f9ff01a27baecdd7ad7b6a9babed6e (diff)
parent2e209b463efde268491b3f10a73a5fcac7d76915 (diff)
Merge pull request #10437 from stefansaraev/cmake-optional
cmake cosmetics
Diffstat (limited to 'project')
-rw-r--r--project/cmake/CMakeLists.txt2
-rw-r--r--project/cmake/treedata/common/network.txt1
-rw-r--r--project/cmake/treedata/common/subdirs.txt1
-rw-r--r--project/cmake/treedata/optional/common/cdrip.txt1
-rw-r--r--project/cmake/treedata/optional/common/dacp.txt1
5 files changed, 3 insertions, 3 deletions
diff --git a/project/cmake/CMakeLists.txt b/project/cmake/CMakeLists.txt
index 64c14e47d6..42c4926ea2 100644
--- a/project/cmake/CMakeLists.txt
+++ b/project/cmake/CMakeLists.txt
@@ -44,6 +44,7 @@ option(ENABLE_UPNP "Enable UPnP support?" ON)
option(ENABLE_NONFREE "Enable non-free components?" ON)
option(ENABLE_AIRTUNES "Enable AirTunes support?" ON)
option(ENABLE_CEC "Enable CEC support?" ON)
+option(ENABLE_OPTICAL "Enable optical support?" ON)
if(UNIX)
if(NOT APPLE)
option(ENABLE_INTERNAL_FFMPEG "Enable internal ffmpeg?" ON)
@@ -56,7 +57,6 @@ if(UNIX)
option(ENABLE_X11 "Enable X11 support?" ON)
option(ENABLE_AML "Enable AML?" OFF)
endif()
- option(ENABLE_OPTICAL "Enable optical support?" ON)
endif()
# System options
if(NOT WIN32)
diff --git a/project/cmake/treedata/common/network.txt b/project/cmake/treedata/common/network.txt
index 4748f80636..6331b2d17c 100644
--- a/project/cmake/treedata/common/network.txt
+++ b/project/cmake/treedata/common/network.txt
@@ -1,5 +1,4 @@
xbmc/network network
-xbmc/network/dacp network/dacp
xbmc/network/httprequesthandler network/httprequesthandler
xbmc/network/httprequesthandler/python network/httprequesthandler/python
xbmc/network/websocket network/websocket
diff --git a/project/cmake/treedata/common/subdirs.txt b/project/cmake/treedata/common/subdirs.txt
index c2828e0f56..8491b85484 100644
--- a/project/cmake/treedata/common/subdirs.txt
+++ b/project/cmake/treedata/common/subdirs.txt
@@ -10,7 +10,6 @@ xbmc/addons/binary/interfaces/api1/InputStream api1AddonCallbacks_InputStream
xbmc/addons/binary/interfaces/api1/Peripheral api1AddonCallbacks_Peripheral
xbmc/addons/binary/interfaces/api1/PVR api1AddonCallbacks_PVR
xbmc/commons commons
-xbmc/cdrip cdrip
xbmc/dbwrappers dbwrappers
xbmc/dialogs dialogs
xbmc/epg epg
diff --git a/project/cmake/treedata/optional/common/cdrip.txt b/project/cmake/treedata/optional/common/cdrip.txt
new file mode 100644
index 0000000000..79b53907d4
--- /dev/null
+++ b/project/cmake/treedata/optional/common/cdrip.txt
@@ -0,0 +1 @@
+xbmc/cdrip cdrip # OPTICAL
diff --git a/project/cmake/treedata/optional/common/dacp.txt b/project/cmake/treedata/optional/common/dacp.txt
new file mode 100644
index 0000000000..fd225c29ea
--- /dev/null
+++ b/project/cmake/treedata/optional/common/dacp.txt
@@ -0,0 +1 @@
+xbmc/network/dacp network/dacp # AIRTUNES