diff options
-rw-r--r-- | core/glib2/PKGBUILD | 10 |
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 |