From a78418a3bd6ceaeaab50a31fe52cc14903349000 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 4 Aug 2022 15:26:26 -0400 Subject: [PATCH] ENH depend on xinerama for conky --- dot_local/share/packages/conky-lua/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_local/share/packages/conky-lua/PKGBUILD b/dot_local/share/packages/conky-lua/PKGBUILD index 976a42f..a936cc4 100644 --- a/dot_local/share/packages/conky-lua/PKGBUILD +++ b/dot_local/share/packages/conky-lua/PKGBUILD @@ -10,12 +10,12 @@ url='http://github.com/brndnmtthws/conky' license=('BSD' 'GPL3') arch=('i686' 'x86_64') options=('!emptydirs') -makedepends=('cmake') +makedepends=('cmake' # 'docbook2x' # 'docbook-xml' # 'docbook-xsl' # 'librsvg' - # 'libxinerama' + 'libxinerama') # 'libxml2' # 'man-db' # 'perl-xml-libxml')