• 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/libgtk2/Config.in
Thomas De SchampheleireThomas De Schampheleire committed 2b468f1bd9420 Nov 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LIBGTK2
2
    bool "libgtk2"
3
    select BR2_PACKAGE_ATK
4
    select BR2_PACKAGE_CAIRO
5
    select BR2_PACKAGE_CAIRO_PS
6
    select BR2_PACKAGE_CAIRO_PDF
7
    select BR2_PACKAGE_CAIRO_SVG
8
    select BR2_PACKAGE_LIBGLIB2
9
    select BR2_PACKAGE_PANGO
10
    select BR2_PACKAGE_GDK_PIXBUF
11
    select BR2_PACKAGE_FONTCONFIG
12
    select BR2_PACKAGE_XLIB_LIBX11
13
    select BR2_PACKAGE_XLIB_LIBXEXT
14
    select BR2_PACKAGE_XLIB_LIBXRENDER
15
    depends on BR2_PACKAGE_XORG7
16
    depends on BR2_USE_WCHAR # glib2
17
    depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
18
    depends on BR2_USE_MMU # glib2
19
    depends on BR2_INSTALL_LIBSTDCPP # pango
20
    help
21
      The GTK+ version 2 graphical user interface library
22
​
23
      http://www.gtk.org/
24
​
25
if BR2_PACKAGE_LIBGTK2
26
​
27
config BR2_PACKAGE_LIBGTK2_DEMO
28
    bool "Install libgtk2 demo program"
29
    help
30
      The GTK+ source base contains a gtk-demo program. This
31
      option allows to install this program to the target.
32
​
33
endif
34
​
35
comment "libgtk2 needs a toolchain w/ wchar, threads, C++"
36
    depends on BR2_USE_MMU
37
    depends on BR2_PACKAGE_XORG7
38
    depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
39
        !BR2_TOOLCHAIN_HAS_THREADS
  • 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.