View Single Post
Old 16th December 2017
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

hi,
aftar asking to user'netbsd the answer is :
Quote:
echo "X11_TYPE=modular" >> /etc/mk.conf
And install meta-pkgs/modular-xorg.
i have issue when i do 'make install'
here this is my output :
Quote:
Making all in glamor
gmake[1]: Entering directory '/usr/pkgsrc/x11/modular-xorg-server/work/xorg-server-1.19.3/glamor'
CC glamor.lo
In file included from glamor.c:36:0:
glamor_priv.h:43:23: fatal error: epoxy/egl.h: No such file or directory
#include <epoxy/egl.h>
^
compilation terminated.
Makefile:730: recipe for target 'glamor.lo' failed
gmake[1]: *** [glamor.lo] Error 1
gmake[1]: Leaving directory '/usr/pkgsrc/x11/modular-xorg-server/work/xorg-server-1.19.3/glamor'
Makefile:778: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
make[2]: stopped in /usr/pkgsrc/x11/modular-xorg-server
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/x11/modular-xorg-server
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/meta-pkgs/modular-xorg
hpc-ortice#
Reply With Quote