2019-07-22 21:35:46 +02:00
|
|
|
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
|
2022-02-19 10:30:40 +01:00
|
|
|
index 146c4f87..bcdad2bc 100644
|
2019-04-16 04:47:23 +02:00
|
|
|
--- a/common/flatpak-run.c
|
|
|
|
+++ b/common/flatpak-run.c
|
2022-02-19 10:30:40 +01:00
|
|
|
@@ -1710,6 +1710,7 @@ static const ExportData default_exports[] = {
|
|
|
|
{"GST_PTP_HELPER", NULL},
|
|
|
|
{"GST_PTP_HELPER_1_0", NULL},
|
|
|
|
{"GST_INSTALL_PLUGINS_HELPER", NULL},
|
2019-04-16 04:47:23 +02:00
|
|
|
+ {"GDK_PIXBUF_MODULE_FILE", NULL},
|
|
|
|
};
|
|
|
|
|
|
|
|
static const ExportData no_ld_so_cache_exports[] = {
|