libunique: fix build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-10-24 21:32:17 +02:00
parent 3f96291979
commit b8d67a93f5
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ else
configure_args+=" --disable-introspection"
fi
post_configure() {
sed -i Makefile -e "/MAINTAINER_CFLAGS/s/-Werror//"
}
libunique-devel_package() {
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"