On Monday, 15 April 2019 16:44:29 CEST you wrote:
> I've attached my manual build transcript. Please let me know if you need
> more information.

You build log contains:

checking if libusb support has been enabled... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBUSB... yes

On my system, libusb is not installed, so the build log contains:

checking if libusb support has been enabled... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBUSB... no

acinclude.m4 file requires libusb to be enabled to compile glcd2usb:

if test "$enable_libusb" = yes ; then
        GLCD_DRIVERS="$GLCD_DRIVERS glcd-glcd-glcd2usb.o glcd-glcd-picolcdgfx.o"
fi

Unfortunately, libusb library is deprecated in favor of libusb-1.0-0 (See  
#810428), so this bug cannot be fixed unless glcd2usb is ported upstream to  
libusb-1.0 library.

I suggest that you open a bug upstream [1] if you wish glcd2usb to be 
supported again.

All the best

[1] https://github.com/lcdproc/lcdproc/issues

Reply via email to