Magellan Linux

Diff of /branches/R11-unstable/include/xorg.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20669 by niro, Mon Feb 3 10:30:26 2014 UTC revision 21408 by niro, Fri Jun 20 08:50:14 2014 UTC
# Line 59  X11_DIR="/usr" Line 59  X11_DIR="/usr"
59  INHERITS="${INHERITS} xorg"  INHERITS="${INHERITS} xorg"
60    
61  # pkg setup  # pkg setup
62    : ${HOMEPAGE="http://xorg.freedesktop.org"}
63  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}
64  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}
65    
# Line 101  SRC_URI=( Line 102  SRC_URI=(
102   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
103  )  )
104    
105    UP2DATE="updatecmd_xorg ${PNAME}"
106    
107  # add default deps  # add default deps
108  DEPEND="${DEPEND}  DEPEND="${DEPEND}
109   >= virtual/man"   >= virtual/man"
# Line 131  fi Line 134  fi
134  if is_xorg_input_driver  if is_xorg_input_driver
135  then  then
136   DEPEND="${DEPEND}   DEPEND="${DEPEND}
137     >= x11-libs/libXi-1.7
138     >= x11-libs/libXtst-1.1
139   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
140    
141   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}

Legend:
Removed from v.20669  
changed lines
  Added in v.21408