xorg build
This commit is contained in:
parent
9eb054de9d
commit
10174b14f4
@ -180,7 +180,7 @@ make_it()
|
||||
cd $mod_name
|
||||
# check for patches
|
||||
if [ -e ../../$mod_name.patch ]; then
|
||||
patch -p1 ../../$mod_name.patch
|
||||
patch -p1 < ../../$mod_name.patch
|
||||
fi
|
||||
# now configure
|
||||
./configure --prefix=$PREFIX_DIR $mod_args
|
||||
@ -305,3 +305,5 @@ do
|
||||
make_it $mod_file $mod_dir "$mod_args"
|
||||
|
||||
done < $data_file
|
||||
|
||||
echo "All done"
|
||||
|
@ -1,4 +1,4 @@
|
||||
Python-2.7.tar.bz2 : Python-2.7 :
|
||||
Python-2.7.tar.bz2 : Python-2.7 : CFLAGS=-fPIC
|
||||
util-macros-1.11.0.tar.bz2 : util-macros-1.11.0 :
|
||||
font-adobe-75dpi-1.0.3.tar.bz2 : font-adobe-75dpi-1.0.3 : --with-fontrootdir=$PREFIX_DIR/share/fonts/X11
|
||||
font-adobe-100dpi-1.0.3.tar.bz2 : font-adobe-100dpi-1.0.3 : --with-fontrootdir=$PREFIX_DIR/share/fonts/X11
|
||||
@ -47,6 +47,7 @@ libXdamage-1.1.3.tar.bz2 : libXdamage-1.1.3
|
||||
makedepend-1.0.3.tar.bz2 : makedepend-1.0.3 :
|
||||
libxml2-sources-2.7.8.tar.gz : libxml2-2.7.8 :
|
||||
libpng-1.2.46.tar.gz : libpng-1.2.46 :
|
||||
pixman-0.15.20.tar.bz2 : pixman-0.15.20 :
|
||||
cairo-1.8.8.tar.gz : cairo-1.8.8 :
|
||||
expat-2.0.1.tar.gz : expat-2.0.1 :
|
||||
MesaLib-7.10.3.tar.bz2 : Mesa-7.10.3 : --with-expat=$PREFIX_DIR
|
||||
@ -86,7 +87,6 @@ libXmu-1.1.0.tar.bz2 : libXmu-1.1.0
|
||||
libXxf86vm-1.1.1.tar.bz2 : libXxf86vm-1.1.1 :
|
||||
libXpm-3.5.9.tar.bz2 : libXpm-3.5.9 :
|
||||
libXaw-1.0.8.tar.bz2 : libXaw-1.0.8 :
|
||||
pixman-0.15.20.tar.bz2 : pixman-0.15.20 :
|
||||
freetype-2.4.6.tar.bz2 : freetype-2.4.6 :
|
||||
mkfontdir-1.0.6.tar.bz2 : mkfontdir-1.0.6 :
|
||||
xkbcomp-1.2.0.tar.bz2 : xkbcomp-1.2.0 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user