summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/gnome-desktop3/DEPENDS
blob: 332b92937fcda1918439940ee030222b6b74f244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
depends  libx11           &&
depends  libxrandr        &&
depends  gtk+3            &&
depends  glib2            &&
depends  gconf2           &&
depends  gnome-doc-utils  &&
depends  libxml2          &&

sub_depends libxml2 PYTHON  &&

optional_depends  rarian                                         \
                  '--enable-scrollkeeper'                        \
                  '--disable-scrollkeeper'                       \
                  'to use and update the scrollkeeper database'  &&

optional_depends  startup-notification                           \
                  ''                                             \
                  ''                                             \
                  'for application startup notifications'        &&

optional_depends gtk-doc                                         \
                 "--enable-gtk-doc"                              \
                 "--disable-gtk-doc"                             \
                 "to build documentation"                        &&

optional_depends xrandr                                          \
                 "with_randr=yes"                                \
                 "with_randr=no"                                 \
                 "to build with the RANDR extension"