configure does not check for libqtX11extras but it should because are required during compilation
libqtX11extras is actually checked on configure --enable-xunique; it is not required otherwise. cheers
configure --enable-xunique
I have run plain "./configure" and make failed because of missing libqtX11extras I'm using Ubuntu 16 if this matter
you're right: qt5x11extras are also needed for native Linux VST support. sorry. fixed already on the git master too. thanks.
Log in to post a comment.
libqtX11extras is actually checked on
configure --enable-xunique; it is not required otherwise.cheers
I have run plain "./configure" and make failed because of missing libqtX11extras
I'm using Ubuntu 16 if this matter
you're right: qt5x11extras are also needed for native Linux VST support. sorry.
fixed already on the git master too.
thanks.