0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/gtk4/meson.build.patch
2024-05-07 11:17:19 +08:00

12 lines
379 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -634,7 +634,7 @@
libdrm_dep = libdrm_dep.partial_dependency(includes: true, compile_args: true)
cdata.set('HAVE_DRM_FOURCC_H', libdrm_dep.found())
-cdata.set('HAVE_DMABUF', cc.has_header('linux/dma-buf.h'))
+cdata.set('HAVE_DMABUF', false)
cloudproviders_dep = dependency('cloudproviders',
required: get_option('cloudproviders'),