kamel derouiche wrote:
Hey,, I launch make install to build the packages metacity obtains$ make install [....]Building with Xcursor checking for METACITY... configure: error: Package requirements (gtk+-2.0 >= 2.10.0 pango >= 1.2.0 gconf-2.0 >= 1.2.0 libstartup-notification-1.0 >= 0.7 xcomposite >= 0.2 xfixes xrender xdamage xcursor) were not met: No package 'xdamage' found
xdamage is part of xorg libs, or the base x11 I'd assume.I don't generally use xorg of late on netbsd but I think if you don't want the in-tree x11, you need to set X11_TYPE=modular in /etc/mk.conf and install from pkgsrc/meta-pkgs/modular-xorg-*
As a single dependency I'd imagine setting mk.conf and make clean/install should pick it up but I can't be sure. Otherwise, the missing package is in pkgsrc/x11/libXdamage.
Sarton