blob: 67ddcc536528a0801aed15a97fbda77f503478a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|