mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
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:
parent
3af8801a01
commit
b86cffe84a
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user