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 -- 1.9.1 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1410515976-8189-2-git-send-email-fabio....@libero.it