Skip to content

Commit

Permalink
don't compile libdrm on ios bcus apparently that won't work
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 19, 2024
1 parent d67637a commit 5885abc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pojav-gallium-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@ jobs:
pip3 install mako
# -Dglx=gallium-xlib \
# -Dglx=dri
envsubst <ios-drm-aarch64 >build-crossfile-drm
git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
cd drm
meson setup "build-ios-libdrm" \
--prefix=/Users/runner/work/unified-mesa-project/unified-mesa-project/libdrm \
--cross-file "../build-crossfile-drm" \
-Ddefault_library=static \
-Dintel=disabled \
-Dradeon=disabled \
-Damdgpu=disabled \
-Dnouveau=disabled \
-Dvmwgfx=disabled \
-Dfreedreno=disabled \
-Dvc4=disabled \
-Detnaviv=disabled
ninja -C build-ios-libdrm install
cd ..
envsubst <ios-aarch64 >build-crossfile
meson build-ios-aarch64 \
--prefix="/tmp/mesa" \
Expand Down
2 changes: 1 addition & 1 deletion ios-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ strip = 'strip'
# Android doesn't come with a pkg-config, but we need one for meson to be happy not
# finding all the optional deps it looks for. Use system pkg-config pointing at a
# directory we get to populate with any .pc files we want to add for Android
pkgconfig = ['env', 'PKG_CONFIG_LIBDIR=/Users/runner/work/unified-mesa-project/unified-mesa-project/libdrm', 'pkg-config']
pkgconfig = ['env', 'PKG_CONFIG_LIBDIR=/Users/runner/work/unified-mesa-project/unified-mesa-project', 'pkg-config']

[host_machine]
# or linux?
Expand Down

0 comments on commit 5885abc

Please sign in to comment.