File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pkgname=(
1818)
1919_mesaver=24.3.0
2020pkgver=${_mesaver// -/ .} .chos1
21- pkgrel=4
21+ pkgrel=5
2222epoch=1
2323pkgdesc=" Open-source OpenGL drivers - 32-bit"
2424url=" https://www.mesa3d.org/"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pkgname=(
1919)
2020_mesaver=24.3.0
2121pkgver=${_mesaver// -/ .} .chos1
22- pkgrel=4
22+ pkgrel=5
2323epoch=1
2424pkgdesc=" Open-source OpenGL drivers"
2525url=" 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)
7579options=(
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
You can’t perform that action at this time.
0 commit comments