https://bugzilla.rpmfusion.org/show_bug.cgi?id=2098
--- Comment #51 from Richard <[email protected]> 2012-04-05 21:27:57 CEST --- Ok, it took me a while to figure out the right cmake magic. The dolphin project is not making use of the full capability of cmake. Instead of using add_library(...) and target_link_library(...) they are using a more manual linking method that confused the heck out of me. Here's the updated patch and spec file: http://dl.dropbox.com/u/34775202/dolphin-emu.spec http://dl.dropbox.com/u/34775202/dolphin-emu-3.0-clrun.patch Since CLRun doesn't have any sort of automated config I added a cmake flag for the include directory. I also moved to an out-of-source build because the in-source builds just clutter things up when you're trying to work on build problems. I didn't bump the rev in the spec file or add a BuildRequires for CLRun-devel so you'll need to do that. -- Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
