Skip to content

Instantly share code, notes, and snippets.

@lijinma
Created January 14, 2013 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lijinma/4529198 to your computer and use it in GitHub Desktop.
Save lijinma/4529198 to your computer and use it in GitHub Desktop.
The fix of issue when configuration cairo
Issue:
checking for pixman... no
configure: error: pixman >= 0.10.0 is required
(http://cairographics.org/releases/)
Fix:
Execute this command before you configure Cairo:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/lib/pkgconfig
Run `man pkg-config` for more information.
and it works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment