libshairplay: use the installed headers

Avahi installs the required headers, there's no need to point to its
build directory.
This commit is contained in:
Andre Heider 2019-12-04 06:44:59 +01:00
parent 3af8801a01
commit b86cffe84a

View File

@ -13,7 +13,7 @@ PKG_LONGDESC="Apple airplay and raop protocol server"
PKG_TOOLCHAIN="autotools"
pre_configure_target() {
CFLAGS="$CFLAGS -I$(get_build_dir avahi)/avahi-compat-libdns_sd"
CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include/avahi-compat-libdns_sd"
}
post_makeinstall_target() {