Magellan Linux

Annotation of /trunk/xorg-server/patches/xorg-server-1.18.0-v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2723 - (hide annotations) (download)
Mon Nov 23 10:55:25 2015 UTC (8 years, 7 months ago) by niro
File size: 279 byte(s)
-fix kms detection without root permissions
1 niro 2723 diff --git a/hw/xfree86/xorg-wrapper.c b/hw/xfree86/xorg-wrapper.c
2     index 4c37cfc..d930962 100644
3     --- a/hw/xfree86/xorg-wrapper.c
4     +++ b/hw/xfree86/xorg-wrapper.c
5     @@ -24,6 +24,7 @@
6     */
7    
8     #include "dix-config.h"
9     +#include "xorg-config.h"
10    
11     #include <errno.h>
12     #include <fcntl.h>