dbus: enable static library, enable tests
Closes: #20081 [via git-merge-pr]
This commit is contained in:
parent
a490d81048
commit
ceb5884cec
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.12.16
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
|
||||
--enable-xml-docs --disable-static --disable-tests --enable-epoll
|
||||
--enable-xml-docs --enable-epoll
|
||||
--disable-asserts --disable-systemd --disable-user-session
|
||||
--with-system-socket=/run/dbus/system_bus_socket --disable-doxygen-docs
|
||||
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console"
|
||||
|
@ -33,6 +33,7 @@ dbus-devel_package() {
|
|||
vmove usr/include
|
||||
vmove "usr/lib/dbus-*"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/doc
|
||||
vmove usr/lib/cmake
|
||||
|
|
Loading…
Reference in New Issue