Hello all, regarding to my other mail & post(http://daemonforums.org/showthread.php?t=10081), how can i get libxcb-xinput into a directory(.buildlink) where the lumina port can find the dependency? The current state is that building of xinput from libxcb is disabled by default. So enabling isn't a problem but including this buildlink3.mk doesn't create an additional entry in the directory. The libxcb-xinput .la, .so, .pc are parts of the PLIST file.
My changes to libxcb are:
Makefile: +CONFIGURE_ARGS+= --enable-xinput +PKGCONFIG_OVERRIDE+= xcb-xinput.pc.in
PLIST: +lib/libxcb-xinput.la +lib/pkgconfig/xcb-xinput.pc
Best Regards, Daniel Ölschlegel |