mv egl to wrapper #4

Merged
yaso_meth merged 1 commit from v.1.3.0 into main 2026-06-12 15:49:49 +02:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 3f3a014add - Show all commits

View file

@ -1,5 +1,11 @@
#!/bin/sh
# Generated by flutpak — https://github.com/o-murphy/flutpak
APP=/app/mih
if [ "$FLATPAK_ARCH" = "aarch64" ]; then
ARCH_TRIPLET="aarch64-linux-gnu"
else
ARCH_TRIPLET="x86_64-linux-gnu"
fi
export __EGL_VENDOR_LIBRARY_FILENAMES="/usr/lib/${ARCH_TRIPLET}/GL/glvnd/egl_vendor.d/50_mesa.json"
export LD_LIBRARY_PATH="$APP/lib:${LD_LIBRARY_PATH:-}"
exec "$APP/mzansi_innovation_hub" "$@"

View file

@ -7,10 +7,10 @@ sdk-extensions:
command: mih
finish-args:
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --env=__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/x86_64-linux-gnu/GL/glvnd/egl_vendor.d/50_mesa.json
modules:
- name: pdfium
buildsystem: simple