summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2f578b5..2e3ffc7 100644
--- a/meson.build
+++ b/meson.build
@@ -78,8 +78,8 @@ if os_backend == 'linux'
if not plist_dep.found()
plist_dep = dependency(libplist)
endif
+ cdata.set10('HAVE_IDEVICE', true)
endif
- cdata.set10('HAVE_IDEVICE', true)
endif
historydir = get_option('historydir')