mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
5d7c2e7c44
g-ir-compiler currently opens the library for the .gir it is compiling; to make that work we need to set LD_LIBRARY_PATH before running g-ir-compiler to include .libs. (I think this may have been working earlier because there was a hack that substituted .so with .la and tried opening that; that works for the incorrect libclutter-glx-1.0.so but not for the correct libclutter-glx-1.0.so.0) http://bugzilla.openedhand.com/show_bug.cgi?id=1771