mpd: drop LIBS, not needed with meson

This commit is contained in:
Sascha Kuehndel (InuSasha) 2019-08-27 17:43:51 +02:00
parent 8903d66bb6
commit 1ce8d8bf20
No known key found for this signature in database
GPG Key ID: 109697069529A6DC

View File

@ -93,10 +93,6 @@ PKG_MESON_OPTS_TARGET=" \
-Dzlib=enabled \
-Dzzip=disabled"
pre_configure_target() {
export LIBS="$LIBS -logg -lFLAC -ldl"
}
makeinstall_target() {
:
}