pulseaudio: gtk supports needs x backend
Uses X11 specific apis. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2e1e0191d6
commit
6fe0b202a2
@ -34,6 +34,11 @@ ifneq ($(BR2_PACKAGE_ALSA_LIB_PCM)$(BR2_PACKAGE_ALSA_LIB_MIXER),yy)
|
||||
PULSEAUDIO_CONF_OPT += --disable-alsa
|
||||
endif
|
||||
|
||||
# gtk support needs x backend
|
||||
ifneq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_XORG),yy)
|
||||
PULSEAUDIO_CONF_OPT += --disable-gtk2
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_PACKAGE_VALA),y)
|
||||
define PULSEAUDIO_REMOVE_VALA
|
||||
rm -rf $(TARGET_DIR)/usr/share/vala
|
||||
|
Loading…
Reference in New Issue
Block a user