main/conky: enable cairo lua bindings

Fixes #12004
This commit is contained in:
Kevin Daudt 2020-10-14 11:16:43 +00:00 committed by Natanael Copa
parent 0f5fb08e06
commit 833d488175

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=conky
pkgver=1.11.6
pkgrel=0
pkgrel=1
pkgdesc="An advanced, highly configurable system monitor for X based on torsmo"
url="http://conky.sourceforge.net/"
arch="all"
@ -29,7 +29,8 @@ build() {
-DBUILD_WEATHER_METAR=ON \
-DBUILD_WEATHER_XOAP=ON \
-DBUILD_WLAN=ON \
-DBUILD_I18N=OFF
-DBUILD_I18N=OFF \
-DBUILD_LUA_CAIRO=ON
make
}