Magellan Linux

Diff of /trunk/extras/xorg-server/xorg-server-1.20.5-r1.smage2

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

revision 33145 by niro, Fri Oct 18 20:54:53 2019 UTC revision 33146 by niro, Fri Oct 18 21:04:12 2019 UTC
# Line 191  src_prepare() Line 191  src_prepare()
191    
192   # fix build with libglvnd, which provides the api version (1.2)   # fix build with libglvnd, which provides the api version (1.2)
193   # see: https://gitlab.freedesktop.org/xorg/xserver/commit/e6ef2b12404dfec7f23592a3524d2a63d9d25802?merge_request_iid=292   # see: https://gitlab.freedesktop.org/xorg/xserver/commit/e6ef2b12404dfec7f23592a3524d2a63d9d25802?merge_request_iid=292
194   sed -i 's:\(LIBGL=\).*:\1"1.2":g' configure.ac || die   sed -i \
195     -e 's:LIBGL="gl >= 7.1.0":LIBGL="gl >= 1.2":' \
196     -e 's:LIBGL="gl >= 9.2.0":LIBGL="gl >= 1.2":' \
197     configure.ac || die
198    
199   mautoreconf || die   mautoreconf || die
200  }  }

Legend:
Removed from v.33145  
changed lines
  Added in v.33146