1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-29 04:03:29 +00:00
conky/lua
Brenden Matthews fe5552f3a8 Use MODULE library type for Lua libs
Per the docs at
https://cmake.org/cmake/help/latest/command/add_library.html, we should
use `MODULE` rather than `SHARED` for the Lua libraries.

This mostly affects macOS, where the libraries are compiled as MH_DYLIB
(`.dylib`) rather than MH_BUNDLE (`.so`).
2024-05-01 15:03:14 -04:00
..
.gitignore Separate cairo-xlib.h Lua bindings from cairo.h (#1844) 2024-04-19 15:31:23 +00:00
cairo_imlib2_helper.pkg Split cairo_draw_image into two functions 2024-03-11 16:08:32 -04:00
cairo_xlib.pkg Separate cairo-xlib.h Lua bindings from cairo.h (#1844) 2024-04-19 15:31:23 +00:00
cairo.pkg Separate cairo-xlib.h Lua bindings from cairo.h (#1844) 2024-04-19 15:31:23 +00:00
CMakeLists.txt Use MODULE library type for Lua libs 2024-05-01 15:03:14 -04:00
imlib2_old.pkg Actually that won't work 2024-03-08 18:58:21 -05:00
imlib2.pkg chore: Fix imlib2 Lua bindings (#1405) 2023-02-17 11:49:04 -05:00
libcairo_imlib2_helper.h Fix Memory Leak 2024-03-11 16:08:32 -04:00
libcairo-helper.h Compile tolua++ output as C++ 2024-02-23 13:10:12 -05:00
libcairo.patch Fix "wrong type of arguments for cairo_set_dash", sf.net #3014648 2010-06-13 18:57:07 +02:00
librsvg-helper.h Compile tolua++ output as C++ 2024-02-23 13:10:12 -05:00
rsvg.pkg Fix create/destroy/set/get Lua Rsvg functions. 2022-10-16 13:00:05 -04:00