mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Add optional Gtk+ support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
4325393499
commit
639c54546d
3 changed files with 9 additions and 1 deletions
|
|
@ -235,6 +235,11 @@ if glib_dep.found()
|
|||
cdata.set('HAVE_GLIB', 1)
|
||||
endif
|
||||
|
||||
gtk_dep = dependency('gtk+-3.0', required : get_option('gtk'))
|
||||
if gtk_dep.found()
|
||||
cdata.set('HAVE_GTK', 1)
|
||||
endif
|
||||
|
||||
x11_dep = dependency('x11-xcb', required : get_option('x11'))
|
||||
if x11_dep.found()
|
||||
xcb_dep = dependency('xcb', required : true, version : '>= 1.6')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue