diff options
Diffstat (limited to 'user/glib-networking/disable-gnome-test.patch')
-rw-r--r-- | user/glib-networking/disable-gnome-test.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/glib-networking/disable-gnome-test.patch b/user/glib-networking/disable-gnome-test.patch new file mode 100644 index 000000000..0f7686290 --- /dev/null +++ b/user/glib-networking/disable-gnome-test.patch @@ -0,0 +1,14 @@ +diff -ur a/meson.build b/meson.build +--- a/meson.build 2022-02-01 17:05:12.520000000 +0000 ++++ b/meson.build 2022-02-01 17:05:45.080000000 +0000 +@@ -176,10 +176,6 @@ + subdir('proxy/libproxy') + endif + +- if gsettings_desktop_schemas_dep.found() +- subdir('proxy/gnome') +- endif +- + subdir('proxy/tests') + endif + |