mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-16 04:02:15 +00:00
45500b1439
- Separate cairo-xlib.h Lua bindings from cairo.h - This allows cairo.h to be used from Lua on Wayland without X11 as requirement. - Add pango dependency for Wayland (adds pangocairo). - Make graphics related bindings depend on BUILD_GUI. - Remove BUILD_GUI guard around options in platform checks. - Keeping only checks that **directly contain module requirements** A way of creating surfaces in Lua that uses Shm allocated buffers should be added in future. This commit only cleans up build options to avoid weird errors. Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
35 lines
372 B
Plaintext
35 lines
372 B
Plaintext
.DS_Store
|
|
*~
|
|
.*.swp
|
|
Doxyfile
|
|
patches/
|
|
doc/conky.1
|
|
README
|
|
build*/
|
|
doc/*.html
|
|
|
|
Makefile
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
data/convertconf.h
|
|
data/defconfig.h
|
|
*.so
|
|
*.a
|
|
/config.h
|
|
|
|
# Compiler cache
|
|
.cache
|
|
|
|
# Ignore (most) vscode stuff
|
|
.vscode/*
|
|
*.code-workspace
|
|
# Allow vscode recommended extensions
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
|
|
# Ignore nix stuff
|
|
/result
|
|
|
|
# Ignore direnv
|
|
.direnv
|