From 74f9937991bf314ec959bfaf08af11201f8f276d Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Wed, 1 Jul 2015 09:02:46 +0000 Subject: [PATCH] libcanberra: remove systemd build option (#1736) --- srcpkgs/libcanberra/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/libcanberra/template b/srcpkgs/libcanberra/template index cc0cc09abb..c285047ef5 100644 --- a/srcpkgs/libcanberra/template +++ b/srcpkgs/libcanberra/template @@ -1,7 +1,7 @@ # Template build file for 'libcanberra'. pkgname=libcanberra version=0.30 -revision=7 +revision=8 build_style=gnu-configure configure_args="--enable-alsa --enable-null --disable-lynx --enable-gstreamer --disable-oss --with-builtin=dso" @@ -17,11 +17,6 @@ license="LGPL-2.1" distfiles="http://pkgs.fedoraproject.org/repo/pkgs/libcanberra/libcanberra-${version}.tar.xz/34cb7e4430afaf6f447c4ebdb9b42072/libcanberra-${version}.tar.xz" checksum=c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72 -build_options="systemd" -if [ "$build_option_systemd" ]; then - configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system" -fi - pre_configure() { libtoolize -f }