• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/cairo/Config.in
Thomas PetazzoniThomas Petazzoni committed e64573c47fa02 Feb 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
config BR2_PACKAGE_CAIRO
    bool "cairo"
    select BR2_PACKAGE_PIXMAN
    select BR2_PACKAGE_FONTCONFIG
    select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
    select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
    help
      Cairo is a 2D graphics library with support for multiple
      output devices. Currently supported output targets include
      the X Window System, Win32, image buffers, and PostScript,
      PDF, and SVG file output. Experimental backends include
      OpenGL (through glitz), Quartz, and XCB.
​
      http://cairographics.org/
​
if BR2_PACKAGE_CAIRO
​
config BR2_PACKAGE_CAIRO_PS
    bool "postscript support"
    select BR2_PACKAGE_ZLIB
    select BR2_PACKAGE_CAIRO_PDF
​
config BR2_PACKAGE_CAIRO_PDF
    bool "pdf support"
    select BR2_PACKAGE_ZLIB
​
config BR2_PACKAGE_CAIRO_PNG
    bool "png support"
    select BR2_PACKAGE_LIBPNG
    select BR2_PACKAGE_ZLIB
​
config BR2_PACKAGE_CAIRO_SCRIPT
    bool "script support"
    select BR2_PACKAGE_CAIRO_PNG
​
config BR2_PACKAGE_CAIRO_SVG
    bool "svg support"
    select BR2_PACKAGE_CAIRO_PNG
    select BR2_PACKAGE_CAIRO_PDF
​
config BR2_PACKAGE_CAIRO_TEE
    bool "tee support"
​
config BR2_PACKAGE_CAIRO_XML
    bool "xml support"
    select BR2_PACKAGE_CAIRO_PNG
​
endif
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.