Kodi Community Forum
Where can I find out how kodi is configured for LibreElec for ODROID-C2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Where can I find out how kodi is configured for LibreElec for ODROID-C2 (/showthread.php?tid=335097)



Where can I find out how kodi is configured for LibreElec for ODROID-C2 - graysky - 2018-08-31

Is there a text file somewhere that will detail the cmake step (all the options) that are used for the ODROID-C2 version of LibreElec?  I'd like to compare them to how the kodi package for ODROID-C2 is built on Arch ARM.  Thanks!

For example, currently, this is the cmake step (just wondering if there are some hardware-specific optimizations that could be enabled, etc):
Code:
  cmake -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
    -DENABLE_EVENTCLIENTS=ON \
    -DLIRC_DEVICE=/run/lirc/lircd \
    -DENABLE_AML=ON \
    -DENABLE_OPENGL=OFF \
    -DENABLE_OPENGLES=ON \
    -DENABLE_PULSEAUDIO=OFF \
    -DENABLE_VAAPI=OFF \
    -DENABLE_VDPAU=OFF \
    -DENABLE_X11=OFF \
    ../"xbmc-$_commit"/project/cmake



RE: Where can I find out how kodi is configured for LibreElec for ODROID-C2 - DarrenHill - 2018-09-01

You might be better asking that on their forum directly.

https://forum.libreelec.tv


RE: Where can I find out how kodi is configured for LibreElec for ODROID-C2 - graysky - 2018-09-01

Good idea, thanks.