diff options
-rw-r--r-- | core/glib2/PKGBUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD index 1e7aa00b..68dcd5ed 100644 --- a/core/glib2/PKGBUILD +++ b/core/glib2/PKGBUILD @@ -41,3 +41,17 @@ eval "$( s@-D sysprof=enabled@-D sysprof=disabled@g ' )" + +# installing gtkdoc fails currently with not being able to find +# glib-object.h, no clue why. Dropping building the documentation +# for now +eval "$( + declare -f build | \ + sed ' + s/-D gtk_doc=true/-D gtk_doc=false/ + ' + declare -f package_glib2 | \ + sed ' + /mv.*gtk-doc/d + ' +)" |