Skip to content

Commit

Permalink
PKGBUILD: Add libgl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Dec 23, 2021
1 parent dbc9094 commit 4e3ca51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pkgrel=1
url='https://github.com/nowrep/obs-vkcapture'
license=('GPL2')
arch=('x86_64')
depends=('vulkan-icd-loader' 'obs-studio>=27')
makedepends=('git' 'gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader')
depends=('vulkan-icd-loader' 'libgl' 'obs-studio>=27')
makedepends=('git' 'gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'lib32-libgl')
source=("$_pkgbase::git+$url")
sha512sums=('SKIP')

Expand Down Expand Up @@ -46,7 +46,7 @@ package_obs-vkcapture-git() {

package_lib32-obs-vkcapture-git() {
pkgdesc='OBS Linux Vulkan/OpenGL game capture (32-bit)'
depends=('lib32-vulkan-icd-loader')
depends=('lib32-vulkan-icd-loader' 'lib32-libgl')
conflicts=('lib32-obs-vkcapture')
provides=('lib32-obs-vkcapture')

Expand Down

0 comments on commit 4e3ca51

Please sign in to comment.