Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
vinagre
Commits
eab2e642
Commit
eab2e642
authored
Jul 20, 2010
by
Jonh Wendell
Browse files
Require libpeas
parent
d8e81d81
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
eab2e642
...
...
@@ -81,6 +81,7 @@ PANEL_REQUIRED_VERSION=2.0.0
TELEPATHY_GLIB_REQUIRED=0.11.6
XML_REQUIRED=2.6.31
VTE_REQUIRED=0.20
PEAS_REQUIRED=0.5.2
# Check for avahi
AC_ARG_ENABLE(avahi,
...
...
@@ -108,6 +109,8 @@ PKG_CHECK_MODULES(VINAGRE, \
gnome-keyring-1 \
libxml-2.0 >= $XML_REQUIRED \
dbus-glib-1 \
libpeas-1.0 >= $PEAS_REQUIRED \
libpeasui-1.0 >= $PEAS_REQUIRED
)
AC_SUBST(VINAGRE_CFLAGS)
AC_SUBST(VINAGRE_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