Skip to content

Commit

Permalink
Enable glx
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 authored Jan 14, 2024
1 parent 01e10cc commit 0ad6f2a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:

- name: Build
run: |
ln -s vulkan_android.pc vulkan.pc
cp -R /usr/include/X11 include/
cp -R /usr/include/xcb include/
cp -R /usr/include/GL/* include/GL/
sudo apt update
sudo apt install -y meson libxrandr-dev libxxf86vm-dev libxcb-*-dev libx11-xcb-dev libxfixes-dev libdrm-dev libx11-dev
pip3 install mako
Expand Down Expand Up @@ -53,7 +57,8 @@ jobs:
-Dxlib-lease=disabled \
-Degl=disabled \
-Dgbm=disabled \
-Dglx=disabled \
-Dglx=dri \
-Dglx-direct=true \
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
Expand All @@ -66,4 +71,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: libOSMesa_${{matrix.arch}}
path: /tmp/mesa
path: /tmp/mesa

0 comments on commit 0ad6f2a

Please sign in to comment.