summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-11 08:33:12 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-11 08:33:12 +0100
commit757e1ca30cde7a11f7a08e77795e48e7959529fc (patch)
tree124d6f5fb727ceb68b1b1a477b160d9ead915fd8 /core
parent7d18c50af8d468f989b3fc1d19620435c0c1a4a6 (diff)
downloadpackages-757e1ca30cde7a11f7a08e77795e48e7959529fc.tar.xz
core/glib2: reenabled sysprof (now that sysprof-capture is a split package)
Diffstat (limited to 'core')
-rw-r--r--core/glib2/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index 68dcd5ed..fd577a7e 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -32,16 +32,6 @@ eval "$(
'
)"
-# remove dependency on sysprof
-depends=(${depends[@]//sysprof/})
-makedepends=(${makedepends[@]//sysprof/})
-eval "$(
- declare -f build | \
- sed '
- 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