Search Criteria
Package Details: wf-config 0.7.0-1
Git Clone URL: | https://aur.archlinux.org/wf-config.git (read-only, click to copy) |
---|---|
Package Base: | wf-config |
Description: | A library for managing configuration files, written for wayfire |
Upstream URL: | https://wayfire.org |
Licenses: | |
Conflicts: | |
Submitter: | aperez |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 5 |
Popularity: | 1.20 |
First Submitted: | 2019-02-14 08:33 |
Last Updated: | 2021-02-01 10:26 |
Dependencies (7)
- libevdev (libevdev-git)
- libxml2 (libxml2-linenum, libxml2-git)
- glm (glm-git, gli) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
- wayland-protocols (wayland-protocols-git) (make)
Latest Comments
aperez commented on 2020-08-10 19:22
@librewish: GLM is only needed at build time, if you check which libraries
libwf-config.so
needs at run time... it does not appear listed:Using
nm -D
on the library also does not show any unresolved symbols from GLM.librewish commented on 2020-08-08 19:42
@aperez add glm as dep
In addition to make dep
yan12125 commented on 2019-10-16 05:43
Thank you for the update!
aperez commented on 2019-10-15 08:13
@yan12125: Thanks for the tip, good catch. I have updated the package with your suggestion.
yan12125 commented on 2019-10-11 17:42
Hi, similar to wf-config-git, this does not build without wayland-protocols. Could you add that to makedepends?