summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/share/list.xml17
2 files changed, 17 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 53d4cf9a5..bf5705aef 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,4 @@
+- add mesa EGL and GL libraries needed by WebKit2 (mga#34988)
+ change default DHCP client to dhcpcd (mga#30938)
- fix incorrect timezone list when configureTimezone() is called more
than once
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml
index cd52d6bf2..2fc5a8d42 100644
--- a/perl-install/install/share/list.xml
+++ b/perl-install/install/share/list.xml
@@ -249,6 +249,11 @@
zone.tab
</from>
+<!-- needed by WebKit2 -->
+<from dir="/usr/share/glvnd/egl_vendor.d">
+ 50_mesa.json
+</from>
+
<filter command="strip">
<from dir="/LIB">
libnss_files.so.2
@@ -266,11 +271,21 @@
mutter-*/plugins/libdefault.so
</from>
- <!-- needed fro Gtk3-WebKit2 -->
+ <!-- needed for Gtk3-WebKit2 -->
<from expand="glob">
libwebkit2gtk-4.1.so.?
</from>
webkit2gtk-4.1/injected-bundle/libwebkit2gtkinjectedbundle.so
+
+ <!-- needed by WebKit2 -->
+ <from expand="glob">
+ libEGL.so.1
+ libEGL_mesa.so.0
+ libGL.so.1
+ libGLdispatch.so.0
+ libGLX.so.0
+ libGLX_mesa.so.0
+ </from>
</from>
</filter>