mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
dd90424129
Support for iris and etnvaviv * entaviv: - libdrm on FreeBSD is not prepared for !PCI (and libc our is missing <sys/pciio.h> - missing <sys/types.h> include in xf86drmMode.c - etnaviv relies on linux header files - dummy in $(INC_DIR) - IOCTL FreeBSD ↔ Linux have swapped IO/OUT bit - O_CLOEXEC differs between FreeBSD ↔ Linux issue #4254
6 lines
133 B
Makefile
6 lines
133 B
Makefile
include $(REP_DIR)/lib/mk/libdrm.inc
|
|
|
|
include $(call select_from_repositories,lib/import/import-libdrm.mk)
|
|
|
|
SRC_CC := ioctl_dummy.cc
|