Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/xorg/xorg-7.6.1-r1.smage2

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

revision 1813 by niro, Tue Apr 19 13:20:54 2011 UTC revision 1814 by niro, Tue Apr 19 13:37:02 2011 UTC
# Line 614  src_prepare() Line 614  src_prepare()
614   ln -snf radeon/radeon_cs.h ${LIBDRM_SRCDIR}/ || die   ln -snf radeon/radeon_cs.h ${LIBDRM_SRCDIR}/ || die
615   ln -snf radeon/radeon_cs_gem.h ${LIBDRM_SRCDIR}/ || die   ln -snf radeon/radeon_cs_gem.h ${LIBDRM_SRCDIR}/ || die
616   ln -snf radeon/radeon_cs_int.h ${LIBDRM_SRCDIR}/ || die   ln -snf radeon/radeon_cs_int.h ${LIBDRM_SRCDIR}/ || die
617     ln -snf radeon/libdrm_radeon.pc ${LIBDRM_SRCDIR}/ || die
618   ln -snf pixman ${PIXMAN_SRCDIR}/pixman-1 || die   ln -snf pixman ${PIXMAN_SRCDIR}/pixman-1 || die
619   # do not create a pixman-1-uninstalled.pc   # do not create a pixman-1-uninstalled.pc
620   ln -snf pixman-1.pc.in ${PIXMAN_SRCDIR}/pixman-1-uninstalled.pc.in || die   ln -snf pixman-1.pc.in ${PIXMAN_SRCDIR}/pixman-1-uninstalled.pc.in || die
# Line 705  src_compile() Line 706  src_compile()
706   LIBXPM_CFLAGS="$(pkg-config --cflags sm)"   LIBXPM_CFLAGS="$(pkg-config --cflags sm)"
707   LIBXAW_CFLAGS="$(pkg-config --cflags sm)"   LIBXAW_CFLAGS="$(pkg-config --cflags sm)"
708   MESA_CFLAGS="$(pkg-config --cflags glproto xt)"   MESA_CFLAGS="$(pkg-config --cflags glproto xt)"
  MESA_LDFLAGS="$(pkg-config --libs libdrm_radeon)"  
709    
710   # export pythonpath for libxcb   # export pythonpath for libxcb
711   if [[ ${i} = LIBXCB ]]   if [[ ${i} = LIBXCB ]]

Legend:
Removed from v.1813  
changed lines
  Added in v.1814