Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b9297a8a
Commit
b9297a8a
authored
Jun 27, 2007
by
Rafaël Carré
Browse files
Enables D-Bus control compilation
parent
affcd511
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b9297a8a
...
...
@@ -910,8 +910,8 @@ then
VLC_ADD_LDFLAGS([screensaver libvlc],[$DBUS_LIBS])
VLC_ADD_CFLAGS([screensaver libvlc],[$DBUS_CFLAGS])
dnl Check for dbus control interface
AC_ARG_ENABLE(dbus-control, [ --
en
able-dbus-control D-BUS control interface (default
dis
abled)])
if test "${enable_dbus_control}" = "
yes
"
AC_ARG_ENABLE(dbus-control, [ --
dis
able-dbus-control D-BUS control interface (default
en
abled)])
if test "${enable_dbus_control}"
!
= "
no
"
then
VLC_ADD_PLUGINS([dbus])
VLC_ADD_LDFLAGS([dbus],[$DBUS_LIBS])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment