Skip to content

Commit

Permalink
Fix conflict issues with mesa and lib32-mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
ruineka committed Apr 7, 2023
1 parent 02c6e96 commit 7bbf168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/00-mesa-anv-gamescope/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ package_mesa-anv-gamescope() {
optdepends=('opengl-man-pages: for the OpenGL API man pages'
'mesa-vdpau: for accelerated video playback'
'libva-mesa-driver: for accelerated video playback')
provides=('mesa-libgl' 'opengl-driver')
conflicts=('mesa-libgl')
provides=('mesa' 'mesa-libgl' 'opengl-driver')
conflicts=('mesa' 'mesa-libgl')
replaces=('mesa-libgl')

_install fakeinstall/usr/share/drirc.d/00-mesa-defaults.conf
Expand Down
4 changes: 2 additions & 2 deletions pkgs/01-lib32-mesa-anv-gamescope/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ package_lib32-mesa-anv-gamescope() {
optdepends=('opengl-man-pages: for the OpenGL API man pages'
'lib32-mesa-vdpau: for accelerated video playback'
'lib32-libva-mesa-driver: for accelerated video playback')
provides=('lib32-mesa-libgl' 'lib32-opengl-driver')
conflicts=('lib32-mesa-libgl')
provides=('lib32-mesa' 'lib32-mesa-libgl' 'lib32-opengl-driver')
conflicts=('lib32-mesa' 'lib32-mesa-libgl')
replaces=('lib32-mesa-libgl')

rm -rv fakeinstall/usr/share/drirc.d/00-mesa-defaults.conf
Expand Down

0 comments on commit 7bbf168

Please sign in to comment.