Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9389 in orxonox.OLD


Ignore:
Timestamp:
Jul 21, 2006, 3:00:32 PM (18 years ago)
Author:
bensch
Message:

orxonox/proxy: removed gtk completely

Location:
branches/proxy
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/ChangeLog

    r9378 r9389  
    55        One other thing done was the switch from const char* to const std::string&
    66         in the return value from BaseObject::getName and BaseObject::getClassName.
     7        Also removed GTK completely (man i am happy about this one :) )
    78
    892006-07-21      orxonox <info@orxonox.net>
  • branches/proxy/configure.ac

    r9347 r9389  
    144144fi
    145145
    146 #--------------#
    147 # GTK-disabled #
    148 #--------------#
    149 
    150 AC_MSG_CHECKING([if gtk should be enabled])
    151 AC_ARG_WITH([gtk],
    152         AS_HELP_STRING(--with-gtk, uses GTK for the GUI), [def_gtk=yes], [def_gtk=no])
    153 if test x$def_gtk = xyes; then
    154   echo "yes - will be overwritten if Qt is enabled"
    155 fi
    156 if test x$def_gtk = xno; then
    157   echo "no"
    158 fi
    159 
    160 
    161146
    162147#-------------------#
     
    223208#---------------------------#
    224209def_tardis=no
    225 GTKPATH=""
    226210AC_MSG_CHECKING([convenience flag for working at the taris in the ETH zurich])
    227211AC_ARG_WITH([tardis],
     
    261245#--------------------#
    262246AC_PATH_PROG(GPROF, gprof)
    263 
    264 #-------------------------#
    265 # checking for pkg-config #
    266 #-------------------------#
    267 if test x$def_gtk = xyes; then
    268  if test x${GTKPATH} != x; then
    269    AC_PATH_PROG([PKG_CONFIG], [pkg-config],[], $GTKPATH )
    270  else
    271    AC_PATH_PROG(PKG_CONFIG, pkg-config )
    272  fi
    273 fi
    274247
    275248
     
    655628                 src/lib/shell/Makefile
    656629                 src/lib/gui/Makefile
    657                  src/lib/gui/gtk/Makefile
    658630                 src/lib/gui/gl/Makefile
    659631                 src/lib/gui/qt/Makefile
Note: See TracChangeset for help on using the changeset viewer.