From 757e1ca30cde7a11f7a08e77795e48e7959529fc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 11 Jan 2022 08:33:12 +0100 Subject: core/glib2: reenabled sysprof (now that sysprof-capture is a split package) --- core/glib2/PKGBUILD | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'core') 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 -- cgit v1.2.3-54-g00ecf