forked from external/yambar
PKGCONFIG: add missing xcb-util-wm (for xcb-ewmh) dependency
This commit is contained in:
parent
3b1998a8e3
commit
57cbde064c
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
||||||
pkgname=f00bar
|
pkgname=f00bar
|
||||||
pkgver=0.9.r32.gf26892d
|
pkgver=0.9.0.r85.g3b1998a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simplistic and highly configurable status panel for X"
|
pkgdesc="Simplistic and highly configurable status panel for X"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url=https://gitlab.com/dnkl/f00bar
|
url=https://gitlab.com/dnkl/f00bar
|
||||||
license=(mit)
|
license=(mit)
|
||||||
depends=(
|
depends=(
|
||||||
'libxcb' 'xcb-util' 'xcb-util-cursor'
|
'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-wm'
|
||||||
'freetype2' 'fontconfig' 'cairo'
|
'freetype2' 'fontconfig' 'cairo'
|
||||||
'libyaml'
|
'libyaml'
|
||||||
'alsa-lib'
|
'alsa-lib'
|
||||||
|
|
Loading…
Add table
Reference in a new issue