diff options
Diffstat (limited to 'sysutils/gnome-control-center/files/patch-meson.build')
-rw-r--r-- | sysutils/gnome-control-center/files/patch-meson.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/files/patch-meson.build b/sysutils/gnome-control-center/files/patch-meson.build new file mode 100644 index 000000000000..67ddcc536528 --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-meson.build @@ -0,0 +1,12 @@ +--- meson.build.orig 2025-02-04 21:56:28 UTC ++++ meson.build +@@ -297,6 +297,9 @@ config_h.set('HAVE_WWAN', host_is_linux, + description: 'Define to 1 to build the WWan panel') + config_h.set('HAVE_WWAN', host_is_linux, + description: 'Define to 1 if WWan is available') ++config_h.set('BUILD_SHARING', host_is_linux, ++ description: 'Define to 1 to build the Sharing panel') ++ + + if host_is_linux_not_s390 + # gnome-bluetooth |