From 0afb1d4d51973cf52973617c92236d851a039d31 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 Sep 2017 15:02:54 +0200 Subject: sync with upstream --- cmake/treedata/common/cores.txt | 1 - cmake/treedata/common/retroplayer.txt | 3 +++ cmake/treedata/linux/subdirs.txt | 2 +- cmake/treedata/optional/common/imx.txt | 1 + cmake/treedata/optional/common/wayland.txt | 2 ++ 5 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 cmake/treedata/common/retroplayer.txt create mode 100644 cmake/treedata/optional/common/imx.txt create mode 100644 cmake/treedata/optional/common/wayland.txt (limited to 'cmake/treedata') diff --git a/cmake/treedata/common/cores.txt b/cmake/treedata/common/cores.txt index 8d79dd1..d23939d 100644 --- a/cmake/treedata/common/cores.txt +++ b/cmake/treedata/common/cores.txt @@ -6,4 +6,3 @@ xbmc/cores/DllLoader/exports/util cores/dll-loader/exports/util xbmc/cores/ExternalPlayer cores/externalplayer xbmc/cores/paplayer cores/paplayer xbmc/cores/playercorefactory cores/playercorefactory -xbmc/cores/RetroPlayer cores/RetroPlayer diff --git a/cmake/treedata/common/retroplayer.txt b/cmake/treedata/common/retroplayer.txt new file mode 100644 index 0000000..ab18c3c --- /dev/null +++ b/cmake/treedata/common/retroplayer.txt @@ -0,0 +1,3 @@ +xbmc/cores/RetroPlayer cores/RetroPlayer +xbmc/cores/RetroPlayer/guicontrols cores/RetroPlayer/guicontrols +xbmc/cores/RetroPlayer/rendering cores/RetroPlayer/rendering diff --git a/cmake/treedata/linux/subdirs.txt b/cmake/treedata/linux/subdirs.txt index 1ed11f5..e301579 100644 --- a/cmake/treedata/linux/subdirs.txt +++ b/cmake/treedata/linux/subdirs.txt @@ -8,6 +8,6 @@ xbmc/powermanagement/linux powermanagement/linux xbmc/storage/linux storage/linux xbmc/filesystem/posix filesystem/posix xbmc/utils/posix utils_posix -xbmc/windowing/egl windowing/egl xbmc/platform/posix posix xbmc/cores/VideoPlayer/Process/rbpi cores/VideoPlayer/Process/rbpi +xbmc/windowing/linux windowing/linux diff --git a/cmake/treedata/optional/common/imx.txt b/cmake/treedata/optional/common/imx.txt new file mode 100644 index 0000000..8c7e60b --- /dev/null +++ b/cmake/treedata/optional/common/imx.txt @@ -0,0 +1 @@ +xbmc/windowing/egl windowing/egl # IMX diff --git a/cmake/treedata/optional/common/wayland.txt b/cmake/treedata/optional/common/wayland.txt new file mode 100644 index 0000000..3725fc6 --- /dev/null +++ b/cmake/treedata/optional/common/wayland.txt @@ -0,0 +1,2 @@ +xbmc/windowing/wayland windowing/wayland # WAYLANDPP +xbmc/cores/VideoPlayer/Process/wayland cores/VideoPlayer/Process/wayland # WAYLANDPP \ No newline at end of file -- cgit v1.2.3