diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-06-01 21:39:34 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-06-01 21:39:34 -0700 |
commit | 0fb285b14d3659bc580ef4c1361b3f6de5887490 (patch) | |
tree | 5fe66e274d0425bc91cf2f2e52958e97ae306d94 | |
parent | 5a5f9109f8f339ad368af80e4f64a7fbcd85d320 (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 27e6e9f4..ea477cd4 100644 --- a/home/xyz/.config/myconf/pacman_Qqne +++ b/home/xyz/.config/myconf/pacman_Qqne @@ -57,6 +57,7 @@ geoip-database-extra gimp git git-lfs +glib2-devel glib2-docs glmark2 go |