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
ff2e8550
Commit
ff2e8550
authored
Jun 30, 2010
by
Jonh Wendell
Browse files
Depend on gtk+-3.0
parent
2061299d
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ff2e8550
...
...
@@ -72,12 +72,12 @@ GNOME_DOC_INIT
# Check required GNOME libraries
#*******************************************************************************
GLIB_REQUIRED=2.
17.0
GTK_REQUIRED=2.
21.3
GLIB_REQUIRED=2.
25.11
GTK_REQUIRED=2.
90.4
GCONF_REQUIRED=2.16.0
GTHREAD_REQUIRED=2.0.0
GTK_VNC_REQUIRED=0.3.10
AVAHI_REQUIRED=0.6.2
2
AVAHI_REQUIRED=0.6.2
6
PANEL_REQUIRED_VERSION=2.0.0
TELEPATHY_GLIB_REQUIRED=0.11.6
XML_REQUIRED=2.6.31
...
...
@@ -91,7 +91,7 @@ AC_ARG_ENABLE(avahi,
if test "x$enable_avahi" = "xyes" ; then
PKG_CHECK_MODULES(AVAHI,\
avahi-ui >= $AVAHI_REQUIRED\
avahi-ui
-gtk3
>= $AVAHI_REQUIRED\
avahi-gobject >= $AVAHI_REQUIRED)
AC_SUBST(AVAHI_CFLAGS)
AC_SUBST(AVAHI_LIBS)
...
...
@@ -103,7 +103,7 @@ PKG_CHECK_MODULES(VINAGRE, \
glib-2.0 >= $GLIB_REQUIRED \
gio-2.0 >= $GLIB_REQUIRED \
gio-unix-2.0 >= $GLIB_REQUIRED \
gtk+-
2
.0 >= $GTK_REQUIRED \
gtk+-
3
.0 >= $GTK_REQUIRED \
gconf-2.0 >= $GCONF_REQUIRED \
gthread-2.0 >= $GTHREAD_REQUIRED \
gnome-keyring-1 \
...
...
@@ -116,6 +116,7 @@ AC_SUBST(VINAGRE_LIBS)
PKG_CHECK_MODULES(VNC, \
gtk-vnc-1.0 >= $GTK_VNC_REQUIRED \
gtk+-3.0 >= $GTK_REQUIRED \
libxml-2.0 >= $XML_REQUIRED
)
AC_SUBST(VNC_CFLAGS)
...
...
data/vinagre.pc.in
View file @
ff2e8550
...
...
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: vinagre
Description: vinagre
Requires: gtk+-
2
.0 libxml-2.0
Requires: gtk+-
3
.0 libxml-2.0
Version: @VERSION@
Cflags: -I${includedir}/vinagre-@VINAGRE_API_VERSION@
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