Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12da890

Browse files
committedNov 9, 2024·
Remove unused build options.
1 parent ec8b619 commit 12da890

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

‎lib32-mesa/PKGBUILD

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ build() {
151151
-D gallium-drivers=radeonsi,nouveau,swrast,i915,iris,crocus,zink
152152
-D gallium-extra-hud=true
153153
-D gallium-nine=true
154-
-D gallium-omx=disabled
155154
-D gallium-opencl=icd
156155
-D gallium-rusticl=true
157156
-D gallium-xa=disabled

‎mesa/PKGBUILD

+1-5
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ build() {
154154
-D gallium-drivers=radeonsi,nouveau,swrast,i915,iris,crocus,zink
155155
-D gallium-extra-hud=true
156156
-D gallium-nine=true
157-
-D gallium-omx=bellagio
158157
-D gallium-opencl=icd
159158
-D gallium-rusticl=true
160159
-D gallium-xa=disabled
@@ -452,9 +451,7 @@ package_mesa() {
452451
'wayland'
453452
'zlib'
454453
'zstd'
455-
456-
'libomxil-bellagio'
457-
)
454+
)
458455
optdepends=(
459456
'opengl-man-pages: for the OpenGL API man pages'
460457
)
@@ -471,7 +468,6 @@ package_mesa() {
471468
# ati-dri, nouveau-dri, intel-dri, svga-dri, swrast, swr
472469
_install fakeinstall/$_libdir/dri/*_dri.so
473470

474-
_install fakeinstall/$_libdir/bellagio
475471
_install fakeinstall/$_libdir/d3d
476472
_install fakeinstall/$_libdir/lib{gbm,glapi}.so*
477473
_install fakeinstall/$_libdir/libOSMesa.so*

0 commit comments

Comments
 (0)
Please sign in to comment.