Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 759860 Details for
Bug 829628
x11-drivers/xf86-video-qxl-0.1.5_p20200205-r1 /usr/include/xorg/xf86Opt.h:44:10: error: two or more data types in declaration specifiers 44 | Bool bool;
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Created change-header-inclusion-order-avoid-xorg-headers-catching-stdbool.h_for-qxl-video-driver.patch
change-header-inclusion-order-avoid-xorg-headers-catching-stdbool.h_for-qxl-video-driver.patch (text/plain), 382 bytes, created by
Remus-Gabriel Chelu
on 2021-12-20 00:55:27 UTC
(
hide
)
Description:
Created change-header-inclusion-order-avoid-xorg-headers-catching-stdbool.h_for-qxl-video-driver.patch
Filename:
MIME Type:
Creator:
Remus-Gabriel Chelu
Created:
2021-12-20 00:55:27 UTC
Size:
382 bytes
patch
obsolete
>--- /src/qxl_drmmode.h 2021-02-13 23:56:30.000000000 +0100 >+++ /src/qxl_drmmode.h.new 2021-12-20 01:23:45.824013272 +0100 >@@ -29,11 +29,11 @@ > > #ifdef XF86DRM_MODE > >-#include "xf86drm.h" >-#include "xf86drmMode.h" > #include "xf86str.h" > #include "randrstr.h" > #include "xf86Crtc.h" >+#include "xf86drm.h" >+#include "xf86drmMode.h" > #ifdef HAVE_LIBUDEV > #include "libudev.h" > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 829628
:
759765
|
759766
|
759767
|
759768
| 759860 |
759952