Compare commits

..

No commits in common. "main" and "libdrm-2.4.133" have entirely different histories.

2 changed files with 4 additions and 0 deletions

View file

@ -46,11 +46,13 @@ option(
option(
'omap',
type : 'feature',
value : 'disabled',
description : '''Enable support for OMAP's experimental KMS API.''',
)
option(
'exynos',
type : 'feature',
value : 'disabled',
description : '''Enable support for EXYNOS's experimental KMS API.''',
)
option(
@ -61,6 +63,7 @@ option(
option(
'tegra',
type : 'feature',
value : 'disabled',
description : '''Enable support for Tegra's experimental KMS API.''',
)
option(

View file

@ -27,6 +27,7 @@
*/
#include <stdlib.h>
#include <linux/types.h>
#include <errno.h>
#include <sys/mman.h>
#include <fcntl.h>