blob: aa816565c03e048cb5b1a405642b432e9a0a0a37 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
diff --git a/config/meson.build b/config/meson.build
index 4d750dba..f6bd6e6e 100644
--- a/config/meson.build
+++ b/config/meson.build
@@ -55,15 +55,15 @@ elif host_os in ['linux']
cups_libdir = '/usr/lib'
endif
-if have_appletalk and have_cups and cups_libdir != ''
- configure_file(
- input: 'pap.in',
- output: 'pap',
- configuration: cdata,
- install: true,
- install_dir: cups_libdir / 'cups/backend',
- )
-endif
+#if have_appletalk and have_cups and cups_libdir != ''
+# configure_file(
+# input: 'pap.in',
+# output: 'pap',
+# configuration: cdata,
+# install: true,
+# install_dir: cups_libdir / 'cups/backend',
+# )
+#endif
foreach file : static_conf_files
if (
|