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 1818 by niro, Wed Apr 20 09:19:52 2011 UTC revision 1819 by niro, Wed Apr 20 09:40:23 2011 UTC
# Line 792  src_compile() Line 792  src_compile()
792   # add missing libsha1 flags too   # add missing libsha1 flags too
793   XORGSERVER_CFLAGS="$(pkg-config --cflags xf86vidmodeproto xf86dgaproto pciaccess dri2proto gl glproto libsha1)"   XORGSERVER_CFLAGS="$(pkg-config --cflags xf86vidmodeproto xf86dgaproto pciaccess dri2proto gl glproto libsha1)"
794   # needed to link against libsha1   # needed to link against libsha1
795   XORGSERVER_CFLAGS="$(pkg-config --libs libsha1)"   XORGSERVER_LDFLAGS="$(pkg-config --libs libsha1)"
796    
797   # xserver   # xserver
798   for i in ${XORG_SERVER[*]}   for i in ${XORG_SERVER[*]}

Legend:
Removed from v.1818  
changed lines
  Added in v.1819