diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-06-01 21:44:08 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-06-01 21:44:08 -0700 |
commit | dd4408f943f9d7265610a31e97d66e02c74c0ba8 (patch) | |
tree | 67b7d4476f84b5a54fcdbb8fe5b9d50234058939 | |
parent | 1405d1c0259ebbf0592019d84c3f7e29eea82431 (diff) |
Building some pkg need glib2-devel
aur/chatty-git and aur/phosh-osk-stub-git without glib2-devel pkg will error:
> Dependency 'glib-2.0' tool variable 'glib_mkenums' contains erroneous value: '/usr/bin/glib-mkenums'
> This is a distributor issue -- please report it to your glib-2.0 provider.
It might be their pkgbuild miss glib2-devel as makedeps tho. But I
choose to install glib2-devel to prevent similar situation happen again.
-rw-r--r-- | home/xyz/.config/myconf/pacman_Qqne | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne index 03fba682..9ddce409 100644 --- a/home/xyz/.config/myconf/pacman_Qqne +++ b/home/xyz/.config/myconf/pacman_Qqne @@ -44,6 +44,7 @@ fzf geoip geoip-database-extra git +glib2-devel glmark2 gnome-calculator gnome-calls |