mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
dbus: enable static library, enable tests
Closes: #20081 [via git-merge-pr]
This commit is contained in:
parent
a490d81048
commit
ceb5884cec
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'dbus'
|
# Template file for 'dbus'
|
||||||
pkgname=dbus
|
pkgname=dbus
|
||||||
version=1.12.16
|
version=1.12.16
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
|
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
|
--disable-asserts --disable-systemd --disable-user-session
|
||||||
--with-system-socket=/run/dbus/system_bus_socket --disable-doxygen-docs
|
--with-system-socket=/run/dbus/system_bus_socket --disable-doxygen-docs
|
||||||
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console"
|
--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/include
|
||||||
vmove "usr/lib/dbus-*"
|
vmove "usr/lib/dbus-*"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue