Enable lua bindings for cairo, rsvg, and imlib2
| Task Info (Flyspray) | |
|--------------------------|-----------------------------------------------------------------------------------|
| <small>Opened By</small> | <small>[Devon Taylor (akira)](https://bugs.archlinux.org/user/38623)</small> |
| <small>Task ID</small> | <small>[77168](https://bugs.archlinux.org/task/77168)</small> |
| <small>Type</small> | <small>Feature Request</small> |
| <small>Project</small> | <small>Arch Linux</small> |
| <small>Category</small> | <small>Packages: Extra</small> |
| <small>Version</small> | <small>None</small> |
| <small>OS</small> | <small>All</small> |
| <small>Opened</small> | <small>2023-01-18 02:48:12 UTC</small> |
| <small>Status</small> | <small>Assigned</small> |
| <small>Assignee</small> | <small>[Levente Polyak (anthraxx)](https://bugs.archlinux.org/user/17958)</small> |
### Details
Description:
Support for cairo, rsvg, and imlib2 in lua configs can be enabled with the following cmake flags:
-D BUILD_LUA_RSVG=ON \
-D BUILD_LUA_CAIRO=ON \
-D BUILD_LUA_IMLIB2=ON \
I'm fairly certain that this won't require any new dependencies.
issue