No description
Find a file
2025-03-25 12:06:32 -05:00
.drone.yml forgot to update the image 2025-03-25 10:39:24 -05:00
compilation.sh aaaaaaaand i forgot the udev rule 2025-03-25 10:47:03 -05:00
README.md update readme 2025-03-25 12:06:32 -05:00

Wluma (build)

.
├── 90-wluma-backlight.rules (/etc/udev/rules.d/)
├── config.toml (/usr/share/wluma/examples/)
├── README.md (/usr/share/doc/wluma/)
├── wluma (/usr/bin/)
├── wluma.7.gz (/usr/share/man/man7/)
└── wluma.service (/usr/lib/systemd/user/)

Install deps:

  • v4l-utils
  • dbus (recommended)

Build deps:

  • gcc
  • libclang-dev
  • libv4l-dev
  • libudev-dev
  • libvulkan-dev
  • libdbus-1-dev