Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opengl-meson: fix lib32 mali symlinks for Amlogic-ne #1203

Merged
merged 1 commit into from
Oct 28, 2023

Commits on Jul 1, 2023

  1. opengl-meson: fix lib32 mali symlinks for Amlogic-ne

    the libmali-overlay-setup script in the package for Amlogic-ne
    does not set up the symlinks for libmali properly, which replaces
    the link for 64bit one with the 32bit one
    
    this will result in utterly wrong lookup result when any application
    tries to load libEGL/libGL/etc at runtime, which will pick up the
    32bit libmali over the 64bit one and cannot run at all
    
    should solve one of the problem mentioned in the following forum
    post:
    
    https://emuelec.discourse.group/t/trying-to-compile-for-s905w2-amlogic-ne/2013
    
    quote @compusat22:
    > I’m trying to compile a version of emuelec for the S905w2 but after creating image I got it to boot but Emulationstation isn’t running due to "emulationstation: error while loading shared libraries: libEGL.so: wrong ELF class: ELFCLASS32
    7Ji committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    86a020b View commit details
    Browse the repository at this point in the history