DirectFB-1.7.1-build.patch 839 B

12345678910111213141516171819202122232425262728
  1. Author: hasufell <hasufell@gentoo.org>
  2. Date: Sat Dec 28 23:52:03 2013 +0100
  3. * INCLUDES is deprecated, use AM_CPPFLAGS instead
  4. * add missing SVG_CFLAGS
  5. --- a/interfaces/IDirectFBImageProvider/Makefile.am
  6. +++ b/interfaces/IDirectFBImageProvider/Makefile.am
  7. @@ -77,15 +77,14 @@ else
  8. FFMPEG_PROVIDER_LTLIB =
  9. endif
  10. -INCLUDES = \
  11. +AM_CPPFLAGS = \
  12. -I$(top_builddir)/include \
  13. -I$(top_builddir)/lib \
  14. -I$(top_builddir)/src \
  15. -I$(top_srcdir)/include \
  16. -I$(top_srcdir)/lib \
  17. - -I$(top_srcdir)/src
  18. -
  19. -AM_CPPFLAGS = -DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) $(LIBPNG_CFLAGS) $(FFMPEG_CFLAGS)
  20. + -I$(top_srcdir)/src \
  21. + -DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) $(LIBPNG_CFLAGS) $(FFMPEG_CFLAGS) $(SVG_CFLAGS)
  22. idirectfbimageprovider_LTLIBRARIES = \
  23. libidirectfbimageprovider_dfiff.la \