ENH depend on xinerama for conky

This commit is contained in:
Nathan Dwarshuis 2022-08-04 15:26:26 -04:00
parent 833e7efd19
commit a78418a3bd
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ url='http://github.com/brndnmtthws/conky'
license=('BSD' 'GPL3') license=('BSD' 'GPL3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
options=('!emptydirs') options=('!emptydirs')
makedepends=('cmake') makedepends=('cmake'
# 'docbook2x' # 'docbook2x'
# 'docbook-xml' # 'docbook-xml'
# 'docbook-xsl' # 'docbook-xsl'
# 'librsvg' # 'librsvg'
# 'libxinerama' 'libxinerama')
# 'libxml2' # 'libxml2'
# 'man-db' # 'man-db'
# 'perl-xml-libxml') # 'perl-xml-libxml')