Skip to content

Commit 21276e4

Browse files
committed
conky: add wayland support
1 parent 90a25a3 commit 21276e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

srcpkgs/conky/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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)