summaryrefslogtreecommitdiffstats
path: root/windowmanagers/afterstep/DEPENDS
blob: 5341db24bada3ebb2403ec6fda7ef64dad242fde (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
depends  xorg-libs  &&

optional_depends libxext '--enable-shaping --enable-shmimage' \
  '--without-shaping --without-shmimage'                      \
  'For SHAPE and shared memory extension support'             &&

optional_depends libxinerama '--enable-xinerama'      \
  '--disable-xinerama' 'For Xinerama support'         &&

optional_depends alsa-lib '--enable-alsa'             \
  '--disable-alsa' 'For ALSA audio support'           &&

optional_depends OPENGL '--enable-glx'                \
  '--disable-glx' 'For OPENGL support'                &&

optional_depends jpeg '--with-jpeg' '--without-jpeg'  \
  'For JPEG image support'                            &&

optional_depends giflib '--with-gif' '--without-gif'  \
  'For GIF image support'                             &&

optional_depends tiff '--with-tiff' '--without-tiff'  \
  'For TIFF image support'                            &&

optional_depends libpng '--with-png' '--without-png'  \
  'For PNG image support'                             &&

optional_depends librsvg2 '--with-svg' '--without-svg' \
  'For SVG image support'                             &&

optional_depends libxpm '--with-xpm' '--without-xpm'  \
  'For XPM image support'                             &&

optional_depends zlib '--with-builtin-zlib'           \
  '--without-builtin-zlib' 'Use system zlib'          &&

optional_depends readline '--with-readline'           \
  '--without-readline' 'For readline support'         &&

optional_depends freetype2 '--with-ttf' '--without-ttf' \
  'For TrueType Font support'                           &&

optional_depends gtk+2 '--with-gtk' '--without-gtk'   \
  'For GTK support'