From 1078e8a8b050b5b4ebbcb011750f5dd2d8eacc37 Mon Sep 17 00:00:00 2001 From: Mateus Cesar Groess Date: Sat, 11 Feb 2012 19:34:22 +0100 Subject: Here is a port of SDLvncviewer to GTK+2. I think it may encourage people to implement more features for the viewer, because a GTK GUI seems to be easier to implement than a SDL one (and it is more integrated with the major Linux Desktops out there). Signed-off-by: Christian Beier --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 31aa1f2..c5578fa 100644 --- a/configure.ac +++ b/configure.ac @@ -740,6 +740,10 @@ AC_SUBST(SDL_CFLAGS) AC_SUBST(SDL_LIBS) +# Check for GTK+. if present, build the GTK+ vnc viewer example +PKG_CHECK_MODULES([GTK], [gtk+-2.0]) +AM_CONDITIONAL(HAVE_LIBGTK, test ! -z "$GTK_LIBS") + AC_CANONICAL_HOST MINGW=`echo $host_os | grep mingw32 2>/dev/null` AM_CONDITIONAL(MINGW, test ! -z "$MINGW" ) -- cgit v1.2.1