summaryrefslogtreecommitdiff
path: root/core/glib2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/glib2/PKGBUILD')
-rw-r--r--core/glib2/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index 1e7aa00b..fd577a7e 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -32,12 +32,16 @@ eval "$(
'
)"
-# remove dependency on sysprof
-depends=(${depends[@]//sysprof/})
-makedepends=(${makedepends[@]//sysprof/})
+# 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 sysprof=enabled@-D sysprof=disabled@g
+ s/-D gtk_doc=true/-D gtk_doc=false/
+ '
+ declare -f package_glib2 | \
+ sed '
+ /mv.*gtk-doc/d
'
)"