diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-05-03 19:33:58 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-05-03 19:33:58 +0200 |
commit | d485d8d71f94eacb76dd99fadfe1fad9bfe42fff (patch) | |
tree | 0255ae4fba5d534560184d63040a17bd9f3863db /cmake/treedata/optional | |
parent | 21b963a018154041b7d19c8f9e2bf21e6856a6d6 (diff) |
[cmake] add treedata/common/${CORE_PLATFORM_NAME_LC}/*.txt to read files
Diffstat (limited to 'cmake/treedata/optional')
-rw-r--r-- | cmake/treedata/optional/common/X.txt | 3 | ||||
-rw-r--r-- | cmake/treedata/optional/common/aml.txt | 2 | ||||
-rw-r--r-- | cmake/treedata/optional/common/gbm.txt | 3 | ||||
-rw-r--r-- | cmake/treedata/optional/common/wayland.txt | 3 |
4 files changed, 0 insertions, 11 deletions
diff --git a/cmake/treedata/optional/common/X.txt b/cmake/treedata/optional/common/X.txt deleted file mode 100644 index a2505375ba..0000000000 --- a/cmake/treedata/optional/common/X.txt +++ /dev/null @@ -1,3 +0,0 @@ -xbmc/cores/RetroPlayer/process/X11 cores/RetroPlayer/process/X11 # X -xbmc/cores/VideoPlayer/Process/X11 cores/VideoPlayer/Process/X11 # X -xbmc/windowing/X11 windowing/X11 # X diff --git a/cmake/treedata/optional/common/aml.txt b/cmake/treedata/optional/common/aml.txt deleted file mode 100644 index 09bf2db4f5..0000000000 --- a/cmake/treedata/optional/common/aml.txt +++ /dev/null @@ -1,2 +0,0 @@ -xbmc/cores/RetroPlayer/process/amlogic cores/RetroPlayer/process/amlogic # AML -xbmc/windowing/amlogic windowing/amlogic # AML diff --git a/cmake/treedata/optional/common/gbm.txt b/cmake/treedata/optional/common/gbm.txt deleted file mode 100644 index ff07e6fbc9..0000000000 --- a/cmake/treedata/optional/common/gbm.txt +++ /dev/null @@ -1,3 +0,0 @@ -xbmc/cores/RetroPlayer/process/gbm cores/RetroPlayer/process/gbm # GBM -xbmc/cores/VideoPlayer/Process/gbm cores/VideoPlayer/Process/gbm # GBM -xbmc/windowing/gbm windowing/gbm # GBM diff --git a/cmake/treedata/optional/common/wayland.txt b/cmake/treedata/optional/common/wayland.txt deleted file mode 100644 index f8f77a6366..0000000000 --- a/cmake/treedata/optional/common/wayland.txt +++ /dev/null @@ -1,3 +0,0 @@ -xbmc/cores/RetroPlayer/process/wayland cores/RetroPlayer/process/wayland # WAYLANDPP -xbmc/cores/VideoPlayer/Process/wayland cores/VideoPlayer/Process/wayland # WAYLANDPP -xbmc/windowing/wayland windowing/wayland # WAYLANDPP |