On 6/30/20 10:23 AM, Gerd Hoffmann wrote: > On Tue, Jun 30, 2020 at 08:44:24AM +0200, Philippe Mathieu-Daudé wrote: >> +Gerd >> >> On 6/29/20 11:48 PM, David CARLIER wrote: >>> From 157a0374093371719de42e99364352d64190f52a Mon Sep 17 00:00:00 2001 >>> From: David Carlier <devne...@gmail.com> >>> Date: Mon, 29 Jun 2020 22:20:06 +0000 >>> Subject: [PATCH 7/9] Skipping drm build, unsupported. > > --verbose please.
David has difficulties understanding how to send patches, so you missed the cover/context. This is for the Haiku OS which apparently is POSIX.1-2001 compatible. I don't know about DRI-1.0, maybe it is POSIX.1-2008? >>> -util-obj-$(CONFIG_POSIX) += drm.o >>> +util-obj-$(CONFIG_LINUX) += drm.o > > Can't see anything linux-specific there. Also note that FreeBSD (and > possibly other *BSDs too) have drm support. So CONFIG_POSIX looks > correct to me. > > take care, > Gerd >