Skip to content

Commit

Permalink
mesa-chimeraos 24.3.0-chos1-5
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Dec 2, 2024
1 parent 30a7140 commit 3cd5833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib32-mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkgname=(
)
_mesaver=24.3.0
pkgver=${_mesaver//-/.}.chos1
pkgrel=4
pkgrel=5
epoch=1
pkgdesc="Open-source OpenGL drivers - 32-bit"
url="https://www.mesa3d.org/"
Expand Down
8 changes: 6 additions & 2 deletions mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pkgname=(
)
_mesaver=24.3.0
pkgver=${_mesaver//-/.}.chos1
pkgrel=4
pkgrel=5
epoch=1
pkgdesc="Open-source OpenGL drivers"
url="https://www.mesa3d.org/"
Expand Down Expand Up @@ -71,6 +71,10 @@ makedepends=(
'rust-bindgen'
'wayland-protocols'
'xorgproto'

# html-docs
'python-sphinx'
'python-sphinx-hawkmoth'
)
options=(
# GCC 14 LTO causes segfault in LLVM under si_llvm_optimize_module
Expand Down Expand Up @@ -159,7 +163,7 @@ build() {
-D gles1=disabled
-D glvnd=enabled
-D glx=dri
-D html-docs=enabled
-D html-docs=disabled
-D intel-clc=enabled
-D libunwind=disabled
-D microsoft-clc=disabled
Expand Down

0 comments on commit 3cd5833

Please sign in to comment.