drm/libkms
Eleni Maria Stea 8bc56fe0fb _WANT_KERNEL_ERRNO must be defined in FreeBSD for ERESTART to be used
In FreeBSD's errno.h ERESTART is not defined by default, only when the
user requests the pseudo-errors returned inside the kernel to be
enabled. As a result the block where drmCommandWriteRead is
called returns compile error. Defined _WANT_KERNEL_ERRNO to fix it (see
FreeBSD's /usr/include/errno.h)

Signed-off-by: Eleni Maria Stea <elene.mst@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
2021-06-20 09:20:08 +03:00
..
Android.mk libkms: update list of intel_drivers for Android build 2019-03-11 09:12:41 +02:00
Makefile.sources libkms: move sources lists to makefile.sources 2014-09-28 17:09:34 +01:00
api.c libkms: annotate public functions 2018-09-19 22:46:45 -07:00
dumb.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
exynos.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
intel.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
internal.h meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
kms-symbols.txt libkms: convert to new symbols check 2019-11-11 22:57:14 +00:00
libkms.h remove usage of 'c_plusplus' preprocessor macro 2015-08-10 11:25:39 +03:00
libkms.pc.in fix various typos 2019-04-17 18:23:25 +01:00
linux.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
meson.build meson: use library() instead of shared_library(). 2021-03-09 16:57:32 +08:00
nouveau.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
radeon.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
vmwgfx.c _WANT_KERNEL_ERRNO must be defined in FreeBSD for ERESTART to be used 2021-06-20 09:20:08 +03:00