Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556954
Collapse All | Expand All

(-)a/configure.ac (+2 lines)
Lines 237-248 if test "${enable_fbsplash}" = "yes"; then Link Here
237
	CONFIG_FEATURES="${CONFIG_FEATURES} fbsplash"
237
	CONFIG_FEATURES="${CONFIG_FEATURES} fbsplash"
238
	AC_DEFINE([CONFIG_FBSPLASH], [1], [Define if fbsplash enabled])
238
	AC_DEFINE([CONFIG_FBSPLASH], [1], [Define if fbsplash enabled])
239
239
240
    PKG_CONFIG="pkg-config --static"
240
	PKG_CHECK_MODULES(
241
	PKG_CHECK_MODULES(
241
		[FBSPLASH],
242
		[FBSPLASH],
242
		[libfbsplashrender >= 0.1],
243
		[libfbsplashrender >= 0.1],
243
		,
244
		,
244
		[AC_MSG_ERROR([Required libfbsplashrender was not found])]
245
		[AC_MSG_ERROR([Required libfbsplashrender was not found])]
245
	)
246
	)
247
    unset PKG_CONFIG
246
fi
248
fi
247
249
248
if test "${enable_threads}" = "yes"; then
250
if test "${enable_threads}" = "yes"; then

Return to bug 556954