Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
26afd3a9
Commit
26afd3a9
authored
13 years ago
by
Guillaume Beraudo
Browse files
Options
Download
Patches
Plain Diff
Depend on GTK 2.22 for wizard commit method.
parent
28ad8e0e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+1
-1
configure.ac
with
1 addition
and
1 deletion
configure.ac
+
1
−
1
View file @
26afd3a9
...
@@ -136,7 +136,7 @@ AC_ARG_ENABLE(gtk_ui,
...
@@ -136,7 +136,7 @@ AC_ARG_ENABLE(gtk_ui,
esac],[gtk_ui=true])
esac],[gtk_ui=true])
if test "$gtk_ui" = "true" ; then
if test "$gtk_ui" = "true" ; then
PKG_CHECK_MODULES(LIBGTK, gtk+-2.0 >= 2.
4
.0 gthread-2.0)
PKG_CHECK_MODULES(LIBGTK, gtk+-2.0 >= 2.
22
.0 gthread-2.0)
if test "$enable_x11" = "false" ; then
if test "$enable_x11" = "false" ; then
PKG_CHECK_MODULES(LIBGTKMAC,[ige-mac-integration >= 0.9.7 ])
PKG_CHECK_MODULES(LIBGTKMAC,[ige-mac-integration >= 0.9.7 ])
AC_DEFINE([HAVE_GTK_OSX],[1],[Defined when gtk osx is used])
AC_DEFINE([HAVE_GTK_OSX],[1],[Defined when gtk osx is used])
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets