diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-17 16:45:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-17 16:45:35 +0200 |
commit | 9949a25a36e4a5155b4380741f244ad80b657066 (patch) | |
tree | e326310f6bdf38a17beef8e45f430bc3aa652196 /package/forked-daapd/Makefile | |
parent | b32c78aa1a4310ba0ee62ddad0f8b0e1caba969e (diff) |
disable forked-daap, problems with ffmpeg ABI changes
Diffstat (limited to 'package/forked-daapd/Makefile')
-rw-r--r-- | package/forked-daapd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/forked-daapd/Makefile b/package/forked-daapd/Makefile index ac8a41c64..d9a58ce87 100644 --- a/package/forked-daapd/Makefile +++ b/package/forked-daapd/Makefile @@ -16,7 +16,8 @@ PKG_BUILDDEP:= libunistring zlib confuse avahi sqlite ffmpeg dbus PKG_BUILDDEP+= mxml libevent libavl libantlr3c alsa-lib libgcrypt PKG_SITES:= http://alioth.debian.org/~jblache/forked-daapd/ -PKG_CFLINE_FORKED_DAAPD:= select ADK_KERNEL_INOTIFY_USER +PKG_CFLINE_FORKED_DAAPD:= select ADK_KERNEL_INOTIFY_USER@ +PKG_CFLINE_FORKED_DAAPD+= depends on ADK_BROKEN@ PKG_ARCH_DEPENDS:= !ppc !avr32 # gperf problem PKG_HOST_DEPENDS:= !freebsd |