View | Details | Raw Unified | Return to bug 242421
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 41-52 Link Here
41
		-DBUILD_PCH=OFF \
41
		-DBUILD_PCH=OFF \
42
		-DDOWNLOAD_SOUNDFONT=OFF
42
		-DDOWNLOAD_SOUNDFONT=OFF
43
43
44
# WebEngine is only available on i386/amd64; defaults to ON there.
44
# WebEngine is only available on i386/amd64/powerpc64-elfv2; defaults to ON there.
45
# If enabled on arches that don't have WebEngine, the build breaks.
45
# If enabled on arches that don't have WebEngine, the build breaks.
46
OPTIONS_DEFINE=		ALSA JACK PORTAUDIO PULSEAUDIO WEBENGINE
46
OPTIONS_DEFINE=		ALSA JACK PORTAUDIO PULSEAUDIO WEBENGINE
47
OPTIONS_DEFAULT=	PORTAUDIO
47
OPTIONS_DEFAULT=	PORTAUDIO
48
OPTIONS_DEFAULT_amd64=	WEBENGINE
48
OPTIONS_DEFAULT_amd64=	WEBENGINE
49
OPTIONS_DEFAULT_i386=	WEBENGINE
49
OPTIONS_DEFAULT_i386=	WEBENGINE
50
OPTIONS_DEFAULT_powerpc64=	${OPTIONS_DEFAULT_powerpc64_${OSREL:R}}
51
OPTIONS_DEFAULT_powerpc64_13=	WEBENGINE
50
52
51
WEBENGINE_DESC=		Use WebEngine in the welcome panel
53
WEBENGINE_DESC=		Use WebEngine in the welcome panel
52
54

Return to bug 242421