From 19b0249a5e07b9fc008e5d8709d7e489874415de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 16 Nov 2015 11:06:57 +0100 Subject: [PATCH] Xorg.wrap: activate libdrm based detection for KMS drivers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Xorg.wrap includes code guarded with WITH_LIBDRM for detecting KMS drivers. Unfortunately it is never activated since code missed to include file which defines WITH_LIBDRM. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92894 Signed-off-by: Arkadiusz Miśkiewicz Reviewed-by: Michel Dänzer Signed-off-by: Hans de Goede --- hw/xfree86/xorg-wrapper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/xorg-wrapper.c b/hw/xfree86/xorg-wrapper.c index 4c37cfcb9..d93096294 100644 --- a/hw/xfree86/xorg-wrapper.c +++ b/hw/xfree86/xorg-wrapper.c @@ -24,6 +24,7 @@ */ #include "dix-config.h" +#include "xorg-config.h" #include #include