On Tue, 30 Jun 2020 at 09:24, Gerd Hoffmann <[email protected]> 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 <[email protected]> > > > Date: Mon, 29 Jun 2020 22:20:06 +0000 > > > Subject: [PATCH 7/9] Skipping drm build, unsupported. > > --verbose please. > > > > -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.
This change was my suggestion; I assumed that "open /dev/dri/whatever" was Linux-specific. The specific thing that doesn't work on Haiku, or on Solaris for that matter, is that the code uses DT_CHR, which isn't in POSIX but is a Linux-and-BSDism. thanks -- PMM
