The question is how to properly patch the CMakeLists.txt file? Are those dialogs truly conditional on HAL? If not then perhaps all we need is this change:
AS IS:
tde_conditional_add_subdirectory( WITH_HAL
propsdlgplugin )
CHANGE TO:
add_subdirectory( propsdlgplugin )
Yep, that's it! Go ahead and commit that to GIT.
Good work!
I just finished testing the patch (before reading your response). The patch works. I now have a Mounting tab. :-)
Darrell