blob: 8317f683db419d016e78ca1913f9d7ba79312fa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.am.orig 2018-03-11 23:21:21 UTC
+++ src/Makefile.am
@@ -207,7 +207,7 @@ $(if $(findstring unstable,$1),unstable,stable)
endef
define protoname
-$(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/')
+$(shell echo $1 | sed -E 's/([a-z\-]+)-[a-z]+-v[0-9]+/\1/')
endef
#rules for generating protocol from wayland_protocols
|