wok diff gstreamer/receipt @ rev 23026

updated libevdev and libevdev-dev (1.8.0 -> 1.9.0)
author Hans-G?nter Theisgen
date Tue Mar 03 15:52:06 2020 +0100 (2020-03-03)
parents a78610b2eb47
children 3cdc90c472a2
line diff
     1.1 --- a/gstreamer/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/gstreamer/receipt	Tue Mar 03 15:52:06 2020 +0100
     1.3 @@ -28,6 +28,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# YYLEX_PARAM is no longer supported in Bison 3
     1.8 +	sed -i "/YYLEX_PARAM/d;s|%left '!.*|&\\n%lex-param { void *scanner }|" \
     1.9 +		gst/parse/grammar.y
    1.10 +
    1.11  	./configure \
    1.12  		--sysconfdir=/etc \
    1.13  		--localstatedir=/var \