mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
we need at least glib 2.6.0 for the gstdio.h functions
2006-07-18 Bastien Nocera <hadess@hadess.net> * configure.ac: we need at least glib 2.6.0 for the gstdio.h functions
This commit is contained in:
committed by
Bastien Nocera
parent
c22c846759
commit
144e440ff2
@ -1,3 +1,7 @@
|
||||
2006-07-18 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* configure.ac: we need at least glib 2.6.0 for the gstdio.h functions
|
||||
|
||||
2006-06-05 Soren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* TODO: Updates
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
AC_PREREQ(2.54)
|
||||
|
||||
AC_INIT([sysprof], [1.1.0])
|
||||
AC_INIT([sysprof], [1.1.0.snap071806])
|
||||
AC_CONFIG_SRCDIR(sysprof.glade)
|
||||
|
||||
AM_INIT_AUTOMAKE(no-define)
|
||||
@ -83,7 +83,7 @@ fi
|
||||
|
||||
# Pkgconfig dependencies
|
||||
|
||||
core_dep="glib-2.0"
|
||||
core_dep="glib-2.0 >= 2.6.0"
|
||||
gui_dep="gtk+-2.0 > 2.6.0 gdk-pixbuf-2.0 pangoft2 libglade-2.0"
|
||||
|
||||
PKG_CHECK_MODULES(CORE_DEP, $core_dep, [], AC_MSG_ERROR([sysprof dependencies not satisfied]))
|
||||
|
||||
Reference in New Issue
Block a user