diff options
author | Chris Mayo <aklhfex@gmail.com> | 2017-01-14 19:40:09 +0000 |
---|---|---|
committer | Chris Mayo <aklhfex@gmail.com> | 2017-01-14 20:13:15 +0000 |
commit | 4962e5aa211dd689591520ab00e18bbad518bee3 (patch) | |
tree | a7cd3f4649cb36afa4257071133e17e460c9e1e7 /cmake | |
parent | 1d0624147cc75fa98791c575e0c8d03182119aee (diff) |
[cmake] Only install VideoPlayer fontconfig configuration files on iOS
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/installdata/common/common.txt | 1 | ||||
-rw-r--r-- | cmake/installdata/ios/fontconfig.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cmake/installdata/common/common.txt b/cmake/installdata/common/common.txt index c1e52f0ee5..a9d19234e3 100644 --- a/cmake/installdata/common/common.txt +++ b/cmake/installdata/common/common.txt @@ -2,7 +2,6 @@ media/* sounds/* system/keymaps/* system/library/* -system/players/VideoPlayer/etc/* system/shaders/* system/settings/* userdata/* diff --git a/cmake/installdata/ios/fontconfig.txt b/cmake/installdata/ios/fontconfig.txt new file mode 100644 index 0000000000..1f1bd9d50b --- /dev/null +++ b/cmake/installdata/ios/fontconfig.txt @@ -0,0 +1 @@ +system/players/VideoPlayer/etc/* |