Magellan Linux

Contents of /smage/trunk/core/xf86-video-intel/alx/xf86-video-intel.custom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 856 - (show annotations) (download)
Mon Aug 3 16:43:53 2009 UTC (14 years, 10 months ago) by niro
File size: 634 byte(s)
-libdrm is needed
1 # $Header: /alx-cvs/smage-eglibc/xf86-video-intel/alx/xf86-video-intel.custom,v 1.5 2008/05/30 09:27:53 niro Exp $
2
3 # alx has no opengl support
4 # libdrm is needed now (intel drivers >= 2.7)
5 #SDEPEND=$(echo "${SDEPEND}" | sed '/x11-libs\/libdrm/d')
6 SDEPEND=$(echo "${SDEPEND}" | sed '/x11-proto\/xf86driproto/d')
7
8 # and no XvMC support too
9 DEPEND=$(echo "${DEPEND}" | sed '/x11-libs\/libXvMC/d')
10
11 src_prepare()
12 {
13 munpack ${SRCFILE} || die
14 cd ${SRCDIR}
15
16 # disable hardcoded xvmc dependency
17 sed -i "/PKG_CHECK_MODULES(XORG,.* xvmc/s/xvmc//g" configure.ac || die
18
19 # rebuild configure
20 autoreconf --verbose --install --force || die
21 }