diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-10-28 20:32:02 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-10-28 20:47:49 -0700 |
commit | 3ab2651eed2bf32edad54e0d24229c48c2da6621 (patch) | |
tree | dda01a3248e4fee801b09582ea332856602dbbd2 /docs | |
parent | cb947dde2c91c26b38eb83459deb378f68c3a4b1 (diff) |
[linux][docs] add note about libdisplay-info when building kodi with gbm windowing
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.Linux.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.Linux.md b/docs/README.Linux.md index af7515a19f..584df2962c 100644 --- a/docs/README.Linux.md +++ b/docs/README.Linux.md @@ -124,6 +124,10 @@ Internal dependencies that are based on cmake upstream (currently crossguid, ffm **Note:** fstrcmp requires libtool +### 3.3. External Dependencies + +Building with GBM windowing (including `gbm` in the `CORE_PLATFORM_NAME` cmake config) requires `libdisplay-info` for EDID parsing. This is currently a hard dependency for GBM windowing and no internal build option is available. Some distributions may already package it but if not it is available to build from source here: https://gitlab.freedesktop.org/emersion/libdisplay-info + **[back to top](#table-of-contents)** | **[back to section top](#3-install-the-required-packages)** ## 4. Build Kodi |