aboutsummaryrefslogtreecommitdiff
path: root/comms/scrcpy/files/patch-app_meson.build
blob: ba903216f3fc1f2fa88ff9f6e975dc2c00619d57 (plain) (blame)
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
--- app/meson.build.orig	2023-06-21 23:15:44 UTC
+++ app/meson.build
@@ -56,8 +56,8 @@ src = [
 
 conf = configuration_data()
 
-conf.set('_POSIX_C_SOURCE', '200809L')
-conf.set('_XOPEN_SOURCE', '700')
+# conf.set('_POSIX_C_SOURCE', '200809L')
+# conf.set('_XOPEN_SOURCE', '700')
 conf.set('_GNU_SOURCE', true)
 
 if host_machine.system() == 'windows'
@@ -238,10 +238,10 @@ install_data('data/icon.png',
 install_data('data/zsh-completion/_scrcpy',
              install_dir: join_paths(datadir, 'zsh/site-functions'))
 install_data('data/bash-completion/scrcpy',
-             install_dir: join_paths(datadir, 'bash-completion/completions'))
+             install_dir: 'etc/bash_completion.d')
 
 # Desktop entry file for application launchers
-if host_machine.system() == 'linux'
+if host_machine.system() == 'linux' or host_machine.system() == 'freebsd'
     # Install a launcher (ex: /usr/local/share/applications/scrcpy.desktop)
     install_data('data/scrcpy.desktop',
                  install_dir: join_paths(datadir, 'applications'))