mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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
|
PULSEAUDIO_CONF_OPT += --disable-alsa
|
||||||
endif
|
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)
|
ifneq ($(BR2_PACKAGE_VALA),y)
|
||||||
define PULSEAUDIO_REMOVE_VALA
|
define PULSEAUDIO_REMOVE_VALA
|
||||||
rm -rf $(TARGET_DIR)/usr/share/vala
|
rm -rf $(TARGET_DIR)/usr/share/vala
|
||||||
|
Loading…
x
Reference in New Issue
Block a user