[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH 1/2] debian/rules: enable intel ilo gallium driver



On Fri, Sep 12, 2014 at 11:59:35 +0200, Fabio Pedretti wrote:

> Can be enabled adding this in /etc/X11/xorg.conf:
> Section "Device"
>  Identifier "Device0"
>  Driver "Intel"
>  Option "DRI" "ilo"
> EndSection
> ---
>  debian/rules | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/debian/rules b/debian/rules
> index 3606e47..8486307 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -71,6 +71,11 @@ else
>  # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
>  	GALLIUM_DRIVERS += nouveau svga
>  
> +	# Build intel ilo drivers on archs where libdrm-intel is installed
> +	ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 x32))
> +		GALLIUM_DRIVERS += ilo
> +	endif
> +
>  	# Freedreno requires arm in addition
>  	ifneq (,$(filter arm,$(DEB_HOST_ARCH_CPU)))
>  		GALLIUM_DRIVERS += freedreno

Hrm.  I don't think we want this...

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


Reply to: