I have run into this before with KDE/QT apps and bbconf is no exception.  Since
I have no clue who is wrong I am asking here.

It seems that when I use the libqt in Debian when I want to compile apps
against it I need to add -lXrender -lXft to the libs line.  So I go to
acinclude.m4 in your source and at the top I see both LIBS_X11 and LIBS so I
add the libs to each.  Still it breaks.  Seems that neither line is really used
much and the QT test which later fails has its own X11 definition.  This seems
to be some KDE boiler plate.

So, why does Debian require the two additional libs and second why is the auto
gen'ed file from whereever not playing nice and actually reading the right
variables?

Reply via email to