Skip to content

Commit 3cd5833

Browse files
committed
mesa-chimeraos 24.3.0-chos1-5
1 parent 30a7140 commit 3cd5833

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

lib32-mesa/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pkgname=(
1818
)
1919
_mesaver=24.3.0
2020
pkgver=${_mesaver//-/.}.chos1
21-
pkgrel=4
21+
pkgrel=5
2222
epoch=1
2323
pkgdesc="Open-source OpenGL drivers - 32-bit"
2424
url="https://www.mesa3d.org/"

mesa/PKGBUILD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pkgname=(
1919
)
2020
_mesaver=24.3.0
2121
pkgver=${_mesaver//-/.}.chos1
22-
pkgrel=4
22+
pkgrel=5
2323
epoch=1
2424
pkgdesc="Open-source OpenGL drivers"
2525
url="https://www.mesa3d.org/"
@@ -71,6 +71,10 @@ makedepends=(
7171
'rust-bindgen'
7272
'wayland-protocols'
7373
'xorgproto'
74+
75+
# html-docs
76+
'python-sphinx'
77+
'python-sphinx-hawkmoth'
7478
)
7579
options=(
7680
# GCC 14 LTO causes segfault in LLVM under si_llvm_optimize_module
@@ -159,7 +163,7 @@ build() {
159163
-D gles1=disabled
160164
-D glvnd=enabled
161165
-D glx=dri
162-
-D html-docs=enabled
166+
-D html-docs=disabled
163167
-D intel-clc=enabled
164168
-D libunwind=disabled
165169
-D microsoft-clc=disabled

0 commit comments

Comments
 (0)