Skip to content

Commit 3ecf396

Browse files
nisheri-ascarDuncaen
authored andcommitted
conky: add wayland support
1 parent 5acaccc commit 3ecf396

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

srcpkgs/conky/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Template file for 'conky'
22
pkgname=conky
33
version=1.22.3
4-
revision=1
4+
revision=2
55
build_style=cmake
66
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
77
configure_args="-DRELEASE=ON
88
-DDOC_PATH=share/doc/${pkgname} -DBUILD_CURL=ON
9-
-DBUILD_RSS=ON -DBUILD_WLAN=ON -DBUILD_X11=ON -DBUILD_XDBE=ON
9+
-DBUILD_RSS=ON -DBUILD_WLAN=ON -DBUILD_X11=ON -DBUILD_XDBE=ON -DBUILD_WAYLAND=ON
1010
-DBUILD_IMLIB2=ON -DBUILD_LUA_CAIRO=ON -DBUILD_LUA_IMLIB2=ON
1111
-DBUILD_LUA_RSVG=ON -DBUILD_XSHAPE=ON"
12-
hostmakedepends="libtool pkg-config docbook2x man-db toluapp gperf"
12+
hostmakedepends="libtool pkg-config docbook2x man-db toluapp gperf wayland-devel"
1313
makedepends="alsa-lib-devel imlib2-devel libXdamage-devel libXft-devel
1414
libXinerama-devel libcurl-devel librsvg-devel lua53-devel ncurses-devel
15-
toluapp-devel wireless_tools-devel cairo-devel wayland-devel"
15+
toluapp-devel wireless_tools-devel cairo-devel wayland-protocols wlroots-devel"
1616
short_desc="Lightweight system monitor for X and Wayland"
1717
maintainer="Orphaned <orphan@voidlinux.org>"
1818
license="BSD-3-Clause, GPL-3.0-or-later"

0 commit comments

Comments
 (0)