[PATCH] Xorg.wrap: activate libdrm based detection for KMS drivers
Arkadiusz Miśkiewicz
arekm at maven.pl
Tue Nov 10 12:39:53 PST 2015
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. Fixes bug fdo#92894.
Signed-off-by: Arkadiusz Miśkiewicz <arekm at maven.pl>
---
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 4c37cfc..d930962 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 <errno.h>
#include <fcntl.h>
--
2.6.2
More information about the xorg-devel
mailing list