ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/sysutils/gnome-settings-daemon/files/patch-meson.build
Revision: 24596
Committed: Tue Oct 30 04:39:19 2018 UTC (5 years, 6 months ago) by laffer1
Content type: text/plain
File size: 881 byte(s)
Log Message:
update to 3.28.1

File Contents

# Content
1 $OpenBSD: patch-meson_build,v 1.1 2018/04/23 15:37:34 ajacoutot Exp $
2
3 XXX #define FOOBAR 0 does not do what you think it does...
4
5 Index: meson.build
6 --- meson.build.orig
7 +++ meson.build
8 @@ -131,7 +131,7 @@ if enable_wayland
9 assert(enable_gudev, 'GUDev support is required for wayland support.')
10 wayland_client_dep = dependency('wayland-client')
11 endif
12 -config_h.set10('HAVE_WAYLAND', enable_wayland)
13 +config_h.set('HAVE_WAYLAND', enable_wayland)
14
15 # wacom (disabled for s390/s390x and non Linux platforms)
16 enable_wacom = host_is_linux_not_s390
17 @@ -139,7 +139,7 @@ if enable_wacom
18 assert(enable_gudev, 'GUDev support is required for wacom support.')
19 libwacom_dep = dependency('libwacom', version: '>= 0.7')
20 endif
21 -config_h.set10('HAVE_WACOM', enable_wacom)
22 +config_h.set('HAVE_WACOM', enable_wacom)
23
24 # smartcard section
25 enable_smartcard = get_option('smartcard')

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain