1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 11:12:21 +00:00

Docker: Add gperf, enable Lua Cairo Xlib bindings

This commit is contained in:
Brenden Matthews 2024-04-28 18:33:03 -04:00
parent 10045ab9f1
commit bbc6193014

View File

@ -9,6 +9,7 @@ RUN apt-get update \
curl \
gfortran \
git \
gperf \
libarchive-dev \
libaudclient-dev \
libc++-dev \
@ -74,6 +75,7 @@ RUN sh -c 'if [ "$X11" = "yes" ] ; then \
-DBUILD_IRC=ON \
-DBUILD_JOURNAL=ON \
-DBUILD_LUA_CAIRO=ON \
-DBUILD_LUA_CAIRO_XLIB=ON \
-DBUILD_LUA_IMLIB2=ON \
-DBUILD_LUA_RSVG=ON \
-DBUILD_MYSQL=ON \