mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
13 lines
436 B
Diff
13 lines
436 B
Diff
+++ ./meson.build
|
|
@@ -1403,8 +1403,8 @@
|
|
endif
|
|
endif
|
|
|
|
-foreach h : ['xlocale.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'sys/shm.h',
|
|
- 'cet.h', 'pthread_np.h', 'sys/inotify.h', 'linux/udmabuf.h']
|
|
+foreach h : ['linux/futex.h', 'endian.h', 'dlfcn.h', 'sys/shm.h',
|
|
+ 'cet.h', 'pthread_np.h', 'sys/inotify.h']
|
|
if cc.check_header(h)
|
|
pre_args += '-DHAVE_@0@'.format(h.to_upper().underscorify())
|
|
endif
|