Lines Matching +full:dbus +full:- +full:x11
3 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
8 # http://www.apache.org/licenses/LICENSE-2.0
15 set -e
22 …rm -rf ABOUT-NLS Makefile Makefile.in PulseAudioConfig.cmake PulseAudioConfigVersion.cmake aclocal…
23 …rm -rf autom4te.cache/ build-aux/ config.h config.h.in config.h.in~ config.log config.status confi…
24 rm -rf libpulse-mainloop-glib.pc libpulse-simple.pc libpulse.pc libtool stamp-h1
29 sed -i 's/\.\/git-version-gen .tarball-version//g' configure.ac
30 sed -i 's/\[m4_esyscmd()\],//g' configure.ac
31 sed -i 's/src doxygen man po/src doxygen man #po/g' Makefile.am
34 --without-caps
35 --disable-alsa
36 --disable-x11
37 --disable-oss-output
38 --disable-coreaudio-output
39 --disable-alsa
40 --disable-esound
41 --disable-gsettings
42 --disable-dbus
43 --disable-udev
44 --disable-ipv6
45 --disable-openssl
46 --disable-avahi
47 --disable-jack
49 # We check for this here, because if pkg-config is not found in the
53 if ! pkg-config --version &>/dev/null; then
54 echo "pkg-config is required to bootstrap this program"
58 if ! autopoint --version &>/dev/null ; then
63 autoreconf --force --install --verbose
66 CFLAGS="$CFLAGS -g -O0" $PASRC_PATH/configure --enable-force-preopen ${PA_CONFIG_OPTIONS} && \
70 sed -i 's/#define ENABLE_NLS 1//g' config.h
71 sed -i 's/#define HAVE_SHM_OPEN 1//g' config.h
72 sed -i 's/#define HAVE_RUNNING_FROM_BUILD_TREE 1//g' config.h
73 sed -i 's/#define HAVE_CPUID_H 1//g' config.h
74 sed -i 's/#define HAVE_EXECINFO_H 1//g' config.h
75 sed -i 's/#define HAVE_MEMFD 1//g' config.h