Allow building without quvi support.

This commit is contained in:
Joey Hess 2013-09-09 02:16:22 -04:00
parent b5678d74a2
commit ecbb326e9d
6 changed files with 67 additions and 18 deletions

View file

@ -50,5 +50,8 @@ buildFlags = filter (not . null)
#endif
#ifdef WITH_FEED
, "Feeds"
#endif
#ifdef WITH_QUVI
, "Quvi"
#endif
]