Kaydet (Commit) 5319808d authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Package the right pixman and cairo

Change-Id: Ibd9941ff5dcf303e83790a901e36008c98f57608
üst a75aeb5c
......@@ -560,7 +560,7 @@ File gid_File_Lib_Cairo
#ifdef MACOSX
Name = STRING(CONCAT3(libcairo,.2,UNXSUFFIX));
#else
Name = STRING(CONCAT2(libcairo,UNXSUFFIX));
Name = STRING(CONCAT3(libcairo,UNXSUFFIX,.2));
#endif
#elif defined(WNT)
#ifdef _gcc3
......@@ -578,7 +578,11 @@ File gid_File_Lib_Pixman
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
#ifdef MACOSX
Name = STRING(CONCAT2(libpixman-1,UNXSUFFIX));
#else
Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0));
#endif
#endif
End
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment