blob: 0ec42b5af3ca676614b329d5cc85a9350d5dfdde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name=dbus
version=1.14.10
release=1
source="https://$name.freedesktop.org/releases/$name/$name-$version.tar.xz
run"
sv="run"
build_opt="
--disable-doxygen-docs
--disable-xml-docs
--disable-static
--with-systemduserunitdir=no
--with-systemdsystemunitdir=no
--with-system-socket=/run/dbus/system_bus_socket
--with-console-auth-dir=/run/console
"
|