revert patches
This commit is contained in:
parent
4bdaaed80c
commit
df5c5c0112
|
@ -55,6 +55,7 @@
|
||||||
|
|
||||||
# Makes GPU work?
|
# Makes GPU work?
|
||||||
dtoverlay=vc4-kms-v3d-pi5
|
dtoverlay=vc4-kms-v3d-pi5
|
||||||
|
cma=256M@256M
|
||||||
|
|
||||||
# Force 32 bpp framebuffer allocation.
|
# Force 32 bpp framebuffer allocation.
|
||||||
framebuffer_depth=32
|
framebuffer_depth=32
|
||||||
|
|
|
@ -42,8 +42,6 @@ in {
|
||||||
patches =
|
patches =
|
||||||
oA.patches
|
oA.patches
|
||||||
++ [
|
++ [
|
||||||
./rbp2-000-do-not-include-gles3-headers.patch
|
|
||||||
./rbp2-001-add-raspberrypi5-support.patch
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
--- a/include/meson.build 2022-02-28 00:20:21.754665910 +0000
|
|
||||||
+++ b/include/meson.build 2022-02-28 00:20:32.310758480 +0000
|
|
||||||
@@ -51,14 +51,6 @@
|
|
||||||
'GLES2/gl2platform.h',
|
|
||||||
subdir : 'GLES2',
|
|
||||||
)
|
|
||||||
- install_headers(
|
|
||||||
- 'GLES3/gl3.h',
|
|
||||||
- 'GLES3/gl31.h',
|
|
||||||
- 'GLES3/gl32.h',
|
|
||||||
- 'GLES3/gl3ext.h',
|
|
||||||
- 'GLES3/gl3platform.h',
|
|
||||||
- subdir : 'GLES3',
|
|
||||||
- )
|
|
||||||
endif
|
|
||||||
|
|
||||||
if with_opengl
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue