libcanberra: remove systemd build option (#1736)
This commit is contained in:
parent
d2ac8ceaa6
commit
74f9937991
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue