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 33144 by niro, Fri Oct 18 19:16:59 2019 UTC revision 33145 by niro, Fri Oct 18 20:54:53 2019 UTC
# Line 189  src_prepare() Line 189  src_prepare()
189   sed -i 's:^\(@CONFIG_UDEV_TRUE@xorgconfddir =\).*:\1 $(sysconfdir)/X11/$(XF86CONFIGDIR):' config/Makefile.in || die   sed -i 's:^\(@CONFIG_UDEV_TRUE@xorgconfddir =\).*:\1 $(sysconfdir)/X11/$(XF86CONFIGDIR):' config/Makefile.in || die
190   sed -i 's:^\(xorgconfddir =\).*: \1$(sysconfdir)/X11/$(XF86CONFIGDIR):' config/Makefile.am || die   sed -i 's:^\(xorgconfddir =\).*: \1$(sysconfdir)/X11/$(XF86CONFIGDIR):' config/Makefile.am || die
191    
192     # 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
194     sed -i 's:\(LIBGL=\).*:\1"1.2":g' configure.ac || die
195    
196   mautoreconf || die   mautoreconf || die
197  }  }
198    

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