mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
meson: use global b_pie to build PIE executables
This commit is contained in:
parent
a6433b0839
commit
abe73c9146
7 changed files with 1 additions and 17 deletions
|
|
@ -2,21 +2,18 @@ executable('pw-mon',
|
|||
'pw-mon.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
executable('pw-cli',
|
||||
'pw-cli.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
executable('pw-dot',
|
||||
'pw-dot.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
|
|
@ -24,7 +21,6 @@ executable('pw-dump',
|
|||
'pw-dump.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
|
|
@ -32,7 +28,6 @@ executable('pw-profiler',
|
|||
'pw-profiler.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
|
|
@ -40,7 +35,6 @@ executable('pw-mididump',
|
|||
[ 'pw-mididump.c', 'midifile.c'],
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
|
|
@ -48,7 +42,6 @@ executable('pw-metadata',
|
|||
[ 'pw-metadata.c'],
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
|
|
@ -57,7 +50,6 @@ if ncurses_dep.found()
|
|||
'pw-top.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [pipewire_dep, ncurses_dep],
|
||||
)
|
||||
endif
|
||||
|
|
@ -80,7 +72,6 @@ if get_option('pw-cat') and sndfile_dep.found()
|
|||
pwcat_sources,
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
pie: true,
|
||||
dependencies : [sndfile_dep, pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue