FreeBSDDesktop / DEPRECATED-freebsd-base-graphics

Fork of FreeBSD's base repository to work on graphics-stack-related projects
Other
49 stars 13 forks source link

dri3 .h file forgotton #99

Closed MegaManSec closed 7 years ago

MegaManSec commented 7 years ago

When enabling dri3 support in xorg-server via make config, dri3.h doesn't get added to the stage folder:

===> Installing for xorg-server-1.18.4,1 [....] ===> Registering installation for xorg-server-1.18.4,1 pkg-static: Unable to access file /usr/ports/x11-servers/xorg-server/work/stage/usr/local/include/xorg/dri3.h: No such file or directory

It is in the work folder though:

$ find . -name 'dri3.h' ./work/xorg-server-1.18.4/dri3/dri3.h

kwm81 commented 7 years ago

I can't reproduce this. Can you run "make clean" and try again? I suspect a stale work directory.

MegaManSec commented 7 years ago

Yes, you're right. Closed.