Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 476834 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +4 lines)
Line  Link Here
   * INCLUDES is deprecated, use AM_CPPFLAGS instead
   * INCLUDES is deprecated, use AM_CPPFLAGS instead
1
-- a/interfaces/IDirectFBImageProvider/Makefile.am
1
++ b/interfaces/IDirectFBImageProvider/Makefile.am
Lines 77-91 else Link Here
77
FFMPEG_PROVIDER_LTLIB =
77
FFMPEG_PROVIDER_LTLIB =
78
endif
78
endif
79
79
80
INCLUDES = \
80
AM_CPPFLAGS = \
81
	-I$(top_builddir)/include	\
81
	-I$(top_builddir)/include	\
82
	-I$(top_builddir)/lib	\
82
	-I$(top_builddir)/lib	\
83
	-I$(top_builddir)/src	\
83
	-I$(top_builddir)/src	\
84
	-I$(top_srcdir)/include	\
84
	-I$(top_srcdir)/include	\
85
	-I$(top_srcdir)/lib	\
85
	-I$(top_srcdir)/lib	\
86
	-I$(top_srcdir)/src
86
	-I$(top_srcdir)/src \
87
87
	-DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) $(LIBPNG_CFLAGS) $(FFMPEG_CFLAGS) $(SVG_CFLAGS)
88
AM_CPPFLAGS = -DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) $(LIBPNG_CFLAGS) $(FFMPEG_CFLAGS)
89
88
90
idirectfbimageprovider_LTLIBRARIES = \
89
idirectfbimageprovider_LTLIBRARIES = \
91
	libidirectfbimageprovider_dfiff.la	\
90
	libidirectfbimageprovider_dfiff.la	\

Return to bug 476834