mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Don't try to compile the rtkit sources when dbus is not enabled.
This change only affects the buildsystem: source code was correct already.
This commit is contained in:
parent
ad4e025ef5
commit
fc649adf9d
1 changed files with 3 additions and 2 deletions
|
|
@ -568,7 +568,6 @@ libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES = \
|
||||||
pulsecore/core-error.c pulsecore/core-error.h \
|
pulsecore/core-error.c pulsecore/core-error.h \
|
||||||
pulsecore/core-rtclock.c pulsecore/core-rtclock.h \
|
pulsecore/core-rtclock.c pulsecore/core-rtclock.h \
|
||||||
pulsecore/core-util.c pulsecore/core-util.h \
|
pulsecore/core-util.c pulsecore/core-util.h \
|
||||||
pulsecore/rtkit.c pulsecore/rtkit.h \
|
|
||||||
pulsecore/creds.h \
|
pulsecore/creds.h \
|
||||||
pulsecore/dynarray.c pulsecore/dynarray.h \
|
pulsecore/dynarray.c pulsecore/dynarray.h \
|
||||||
pulsecore/endianmacros.h \
|
pulsecore/endianmacros.h \
|
||||||
|
|
@ -659,7 +658,9 @@ libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES += pulsecore/dllmain.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_DBUS
|
if HAVE_DBUS
|
||||||
libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES += pulsecore/dbus-util.c pulsecore/dbus-util.h
|
libpulsecommon_@PA_MAJORMINORMICRO@_la_SOURCES += \
|
||||||
|
pulsecore/dbus-util.c pulsecore/dbus-util.h \
|
||||||
|
pulsecore/rtkit.c pulsecore/rtkit.h
|
||||||
libpulsecommon_@PA_MAJORMINORMICRO@_la_CFLAGS += $(DBUS_CFLAGS)
|
libpulsecommon_@PA_MAJORMINORMICRO@_la_CFLAGS += $(DBUS_CFLAGS)
|
||||||
libpulsecommon_@PA_MAJORMINORMICRO@_la_LIBADD += $(DBUS_LIBS)
|
libpulsecommon_@PA_MAJORMINORMICRO@_la_LIBADD += $(DBUS_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue