wok-current view webkitgtk/stuff/webkitgtk-fix-grammar.patch @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (5 months ago)
parents
children
line source
1 diff -ruN a/GNUmakefile.in b/GNUmakefile.in
2 --- a/GNUmakefile.in 2016-04-10 18:00:18.000000000 +0900
3 +++ b/GNUmakefile.in 2021-02-02 23:05:25.965954375 +0900
4 @@ -82323,6 +82323,8 @@
5 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
6 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
7 $(DOMAIN).pot-update: $(POTFILES) $(top_builddir)/Source/WebCore/platform/gtk/po/POTFILES
8 + $(AM_V_at)cp $(GENSOURCES_WEBCORE)/XPathGrammar.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
9 + $(AM_V_at)cp $(GENSOURCES_WEBCORE)/CSSGrammar.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
10 test -d Source/WebCore/platform/gtk/po/ || mkdir -p Source/WebCore/platform/gtk/po/
11 package_gnu=''; \
12 if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \
13 diff -ruN a/Source/WebCore/platform/gtk/po/GNUmakefile.am b/Source/WebCore/platform/gtk/po/GNUmakefile.am
14 --- a/Source/WebCore/platform/gtk/po/GNUmakefile.am 2016-04-10 15:48:37.000000000 +0900
15 +++ b/Source/WebCore/platform/gtk/po/GNUmakefile.am 2021-02-02 23:04:53.617111033 +0900
16 @@ -70,6 +70,8 @@
17 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
18 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
19 $(DOMAIN).pot-update: $(POTFILES) $(top_builddir)/Source/WebCore/platform/gtk/po/POTFILES
20 + $(AM_V_at)cp $(GENSOURCES_WEBCORE)/XPathGrammar.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
21 + $(AM_V_at)cp $(GENSOURCES_WEBCORE)/CSSGrammar.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
22 test -d Source/WebCore/platform/gtk/po/ || mkdir -p Source/WebCore/platform/gtk/po/
23 package_gnu=''; \
24 if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \