Darrell Anderson wrote:
I don't think my patch is the best approach. Instead I think the following environment variables need to be defined:
$DBUS_TQT_LIBRARY_DIRS $HAL_INCLUDE_DIRS $HAL_LIBRARIES
Although referenced, I don't think these variables are defined anywhere in the cmake files. How do I patch the cmake files to know those locations?
I could hard-code those locations in my kdebase build script or build environment, but what is the proper approach?
Although I haven't looked at the particulars here, my first reaction is to use pkg-config to determine the appropriate values. I can't go into more detail right now as I'm relatively new to cmake myself.
-- Bruce