On 06/26/2012 09:03 PM, Darrell Anderson wrote:
# fix konquisidebar include failure
sed -i '/${TQT_INCLUDE_DIRS}/s|$|\n /opt/trinity/include|' \ amarok/amarok/src/konquisidebar/CMakeLists.txt
Which failure is this? I have -DWITH_KONQSIDEBAR=ON in my build script but have not noticed any failures.
IIRC both of these are already fixed.
# fix "riokarma support is not buildable, it needs to link to karma-sharp.dll" sed -i '/tde_message_fatal(/s|^|#|' \
amarok/amarok/src/mediadevice/riokarma/CMakeLists.txt
Why not just use -DWITH_RIOKARMA=OFF?
I do :)
-DWITH_MTP=OFF \ -DWITH_RIOKARMA=OFF \ -DWITH_DAAP=OFF \ -DBUILD_ALL=ON
This was necessary when building with riokarma ON, but I nixed it do to the mono requirement -- didn't want the overhead.