wok-next diff gens-gs/receipt @ rev 20502

Swap: current mesa (which is developing and change it's version) is just mesa, while old mesa is mesa12 now (will be removed if no one old package require it).
Also, change long names to its origins: libglu-mesa -> glu, libglw-mesa -> glw, all variations with libegl -> mesa-libegl (because it is part of mesa package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 00:27:34 2018 +0200 (2018-03-16)
parents 9d604775ef23
children f48456621a9d
line diff
     1.1 --- a/gens-gs/receipt	Sun Mar 11 17:47:28 2018 +0200
     1.2 +++ b/gens-gs/receipt	Fri Mar 16 00:27:34 2018 +0200
     1.3 @@ -24,6 +24,6 @@
     1.4  
     1.5  genpkg_rules() {
     1.6  	copy @std
     1.7 -	DEPENDS="gtk+ libsdl libglu-mesa"
     1.8 +	DEPENDS="gtk+ libsdl glu"
     1.9  	TAGS="emulator sega"
    1.10  }