3 # global environment variables you may set:
4 # CACHE: absolute path to a global autoconf cache
5 # QUIET: hush the configure script noise
6 # CONFFLAGS: flags to pass to all configure scripts
9 if test x
"$NOQUIT" = x1
; then
10 echo "***** $1 failed on $2/$3"
17 test "$USEMODULEDIRS" = "yes" && cd $1
19 TARBALL
=`ls -1rt $2-*.tar.$COMPRESSION 2> /dev/null | tail -1`
21 if test x
"$TARBALL" = x
; then
22 echo "WARNING: $2 does not exist -- skipping"
23 test "$USEMODULEDIRS" = "yes" && cd ..
26 TARDIR
=`echo $TARBALL | sed "s,.tar.$COMPRESSION,,"`
28 echo "Building $1 module component $TARDIR..."
41 if test "$1" = "xserver" && test "$2" = "xorg-server" && test -n "$MESAPATH"; then
42 MESA
=-"-with-mesa-source=${MESAPATH}"
47 sh configure
--prefix=${PREFIX} ${MESA} ${QUIET:+--quiet} \
48 ${CACHE:+--cache-file=}${CACHE} ${CONFFLAGS} || failed configure
$1 $2
49 make || failed
make $1 $2
50 $SUDO env LD_LIBRARY_PATH
=$LD_LIBRARY_PATH make install || \
52 # make clean || failed clean $1 $2
53 # make dist || failed dist $1 $2
54 if test x
"$DISTCHECK" = x1
; then
55 make distcheck || failed distcheck
$1 $2
59 test "$USEMODULEDIRS" = "yes" && cd ..
62 # protocol headers have no build order dependencies
64 build proto applewmproto
65 build proto bigreqsproto
66 build proto compositeproto
67 build proto damageproto
70 build proto fixesproto
71 build proto fontcacheproto
72 build proto fontsproto
74 build proto inputproto
76 build proto printproto
77 build proto randrproto
78 build proto recordproto
79 build proto renderproto
80 build proto resourceproto
81 build proto scrnsaverproto
83 build proto videoproto
84 build proto windowswmproto
85 build proto xcmiscproto
87 build proto xf86bigfontproto
88 build proto xf86dgaproto
89 build proto xf86driproto
90 build proto xf86miscproto
91 build proto xf86rushproto
92 build proto xf86vidmodeproto
93 build proto xineramaproto
95 build proto xproxymanagementprotocol
98 # bitmaps is needed for building apps, so has to be done separately first
99 # cursors depends on apps/xcursorgen
100 # xkbdata depends on apps/xkbcomp
102 # build data xbitmaps
103 build data xcursor-themes
107 # All protocol modules must be installed before the libs (okay, that's an
108 # overstatement, but all protocol modules should be installed anyway)
110 # the libraries have a dependency order:
111 # xtrans, Xau, Xdmcp before anything else
112 # fontenc before Xfont
115 # (X11 and SM) before Xt
116 # Xt before Xmu and Xpm
117 # Xext before any other extension library
118 # Xfixes before Xcomposite
119 # Xp before XprintUtil before XprintAppUtil
127 build lib libWindowsWM
141 build lib libXcomposite
147 build lib libXfontcache
150 build lib libXinerama
153 build lib libXprintUtil
154 build lib libXprintAppUtil
157 build lib libXScrnSaver
162 build lib libXxf86dga
163 build lib libXxf86misc
167 # Most apps depend at least on libX11.
169 # bdftopcf depends on libXfont
170 # mkfontscale depends on libfontenc and libfreetype
171 # mkfontdir depends on mkfontscale
173 # TODO: detailed breakdown of which apps require which libs
177 build app beforelight
190 build app mkfontscale
247 build app xphelloworld
248 build app xplsprinters
250 build app xprehashprinterlist
258 build app xsetpointer
270 # The server requires at least the following libraries:
273 build xserver xorg-server
276 build_driver_input
() {
280 # Some drivers are only buildable on some OS'es
283 build driver xf86-input-aiptek
284 build driver xf86-input-evdev
285 build driver xf86-input-ur98
291 build driver xf86-input-acecad
292 build driver xf86-input-calcomp
293 build driver xf86-input-citron
294 build driver xf86-input-digitaledge
295 build driver xf86-input-dmc
296 build driver xf86-input-dynapro
297 build driver xf86-input-elo2300
298 build driver xf86-input-elographics
299 build driver xf86-input-fpit
300 build driver xf86-input-hyperpen
301 build driver xf86-input-jamstudio
302 build driver xf86-input-joystick
303 build driver xf86-input-keyboard
304 build driver xf86-input-magellan
305 build driver xf86-input-magictouch
306 build driver xf86-input-microtouch
307 build driver xf86-input-mouse
308 build driver xf86-input-mutouch
309 build driver xf86-input-palmax
310 build driver xf86-input-penmount
311 build driver xf86-input-spaceorb
312 build driver xf86-input-summa
313 build driver xf86-input-tek4957
314 build driver xf86-input-void
317 build_driver_video
() {
321 # Some drivers are only buildable on some OS'es
324 build driver xf86-video-wsfb
325 build driver xf86-video-sunffb
328 build driver xf86-video-sisusb
329 build driver xf86-video-sunffb
330 build driver xf86-video-v4l
336 build driver xf86-video-apm
337 build driver xf86-video-ark
338 build driver xf86-video-ati
339 build driver xf86-video-chips
340 build driver xf86-video-cirrus
341 build driver xf86-video-cyrix
342 build driver xf86-video-dummy
343 build driver xf86-video-fbdev
344 build driver xf86-video-glide
345 build driver xf86-video-glint
346 build driver xf86-video-i128
347 build driver xf86-video-i740
348 build driver xf86-video-i810
349 build driver xf86-video-imstt
350 build driver xf86-video-mga
351 build driver xf86-video-neomagic
352 build driver xf86-video-newport
353 build driver xf86-video-nsc
354 build driver xf86-video-nv
355 build driver xf86-video-rendition
356 build driver xf86-video-s3
357 build driver xf86-video-s3virge
358 build driver xf86-video-savage
359 build driver xf86-video-siliconmotion
360 build driver xf86-video-sis
361 build driver xf86-video-sunbw2
362 build driver xf86-video-suncg14
363 build driver xf86-video-suncg3
364 build driver xf86-video-suncg6
365 build driver xf86-video-sunleo
366 build driver xf86-video-suntcx
367 build driver xf86-video-tdfx
368 build driver xf86-video-tga
369 build driver xf86-video-trident
370 build driver xf86-video-tseng
371 build driver xf86-video-vesa
372 build driver xf86-video-vga
373 build driver xf86-video-via
374 build driver xf86-video-vmware
375 build driver xf86-video-voodoo
378 # The server must be built before the drivers
384 # All fonts require mkfontscale and mkfontdir to be available
386 # The following fonts require bdftopcf to be available:
387 # adobe-100dpi, adobe-75dpi, adobe-utopia-100dpi, adobe-utopia-75dpi,
388 # arabic-misc, bh-100dpi, bh-75dpi, bh-lucidatypewriter-100dpi,
389 # bh-lucidatypewriter-75dpi, bitstream-100dpi, bitstream-75dpi,
390 # cronyx-cyrillic, cursor-misc, daewoo-misc, dec-misc, isas-misc,
391 # jis-misc, micro-misc, misc-cyrillic, misc-misc, mutt-misc,
392 # schumacher-misc, screen-cyrillic, sony-misc, sun-misc and
395 # Within the font module, the util component must be built before the
397 # adobe-100dpi, adobe-75dpi, adobe-utopia-100dpi, adobe-utopia-75dpi,
398 # bh-100dpi, bh-75dpi, bh-lucidatypewriter-100dpi, bh-lucidatypewriter-75dpi,
399 # misc-misc and schumacher-misc
401 # The alias component is recommended to be installed after the other fonts
402 # since the fonts.alias files reference specific fonts installed from the
403 # other font components
407 build font font-adobe-100dpi
408 build font font-adobe-75dpi
409 build font font-adobe-utopia-100dpi
410 build font font-adobe-utopia-75dpi
411 build font font-adobe-utopia-type1
412 build font font-arabic-misc
413 build font font-bh-100dpi
414 build font font-bh-75dpi
415 build font font-bh-lucidatypewriter-100dpi
416 build font font-bh-lucidatypewriter-75dpi
417 build font font-bh-ttf
418 build font font-bh-type1
419 build font font-bitstream-100dpi
420 build font font-bitstream-75dpi
421 build font font-bitstream-speedo
422 build font font-bitstream-type1
423 build font font-cronyx-cyrillic
424 build font font-cursor-misc
425 build font font-daewoo-misc
426 build font font-dec-misc
427 build font font-ibm-type1
428 build font font-isas-misc
429 build font font-jis-misc
430 build font font-micro-misc
431 build font font-misc-cyrillic
432 build font font-misc-ethiopic
433 build font font-misc-meltho
434 build font font-misc-misc
435 build font font-mutt-misc
436 build font font-schumacher-misc
437 build font font-screen-cyrillic
438 build font font-sony-misc
439 build font font-sun-misc
440 build font font-winitzki-cyrillic
441 build font font-xfree86-type1
442 build font font-alias
445 # makedepend requires xproto
447 build util xorg-cf-files
449 build util makedepend
453 # No dependencies thus far
455 build doc xorg-sgml-doctools
459 echo "Usage: $0 [options] prefix"
460 echo " where options are:"
461 echo " -d : run make distcheck in addition to others"
462 echo " -m path-to-mesa-sources-for-xserver : full path to Mesa sources"
463 echo " -n : do not quit after error; just print error message"
464 echo " -s sudo-command : sudo command to use"
465 echo " -bz2 : use tarballs with bzip2 compression (default)"
466 echo " -gz : use tarballs with gzip compression"
467 echo " -e : build from witin the 'everything' dir instead of module dirs"
470 # Initialize defaults
474 # Process command line args
509 if test x
"${PREFIX}" = x
; then
514 # Must create local aclocal dir or aclocal fails
515 ACLOCAL_LOCALDIR
="${DESTDIR}${PREFIX}/share/aclocal"
516 $SUDO mkdir
-p ${ACLOCAL_LOCALDIR}
518 # The following is required to make aclocal find our .m4 macros
519 if test x
"$ACLOCAL" = x
; then
520 ACLOCAL
="aclocal -I ${ACLOCAL_LOCALDIR}"
522 ACLOCAL
="${ACLOCAL} -I ${ACLOCAL_LOCALDIR}"
526 # The following is required to make pkg-config find our .pc metadata files
527 if test x
"$PKG_CONFIG_PATH" = x
; then
528 PKG_CONFIG_PATH
=${DESTDIR}${PREFIX}/lib
/pkgconfig
530 PKG_CONFIG_PATH
=${DESTDIR}${PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}
532 export PKG_CONFIG_PATH
534 # Set the library path so that locally built libs will be found by apps
535 if test x
"$LD_LIBRARY_PATH" = x
; then
536 LD_LIBRARY_PATH
=${DESTDIR}${PREFIX}/lib
538 LD_LIBRARY_PATH
=${DESTDIR}${PREFIX}/lib:${LD_LIBRARY_PATH}
540 export LD_LIBRARY_PATH
542 # Set the path so that locally built apps will be found and used
543 if test x
"$PATH" = x
; then
544 PATH
=${DESTDIR}${PREFIX}/bin
546 PATH
=${DESTDIR}${PREFIX}/bin:${PATH}
550 # Set the default font path for xserver/xorg unless it's already set
551 if test x
"$FONTPATH" = x
; then
552 FONTPATH
="${PREFIX}/lib/X11/fonts/misc/,${PREFIX}/lib/X11/fonts/Type1/,${PREFIX}/lib/X11/fonts/75dpi/,${PREFIX}/lib/X11/fonts/100dpi/,${PREFIX}/lib/X11/fonts/cyrillic/,${PREFIX}/lib/X11/fonts/TTF/"
556 # Create the log file directory
557 $SUDO mkdir
-p ${DESTDIR}${PREFIX}/var
/log
561 # We must install the global macros before anything else
562 build util util-macros