aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--config.h2
-rwxr-xr-xconfigure2
-rw-r--r--debian/changelog6
4 files changed, 10 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index beacfbfb..f82f61a5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
TARGET = GTK2
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
-GTK_CFLAGS = -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+GTK_LIBS = -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXcursor -lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
+GTK_CFLAGS = -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
PACKAGE = hardinfo-0.3.7pre
# ----------------------------------------------------------------------------
diff --git a/config.h b/config.h
index 2c73ca29..63651fb2 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@
#define ENABLE_NLS
#define ARCH_i386
#define PLATFORM "Linux"
-#define KERNEL "2.6.11-1-k7"
+#define KERNEL "2.6.15-1-k7"
#define HOSTNAME "comanche.hangar"
#endif /* __CONFIG_H__ */
diff --git a/configure b/configure
index 1f3ac45e..ea279465 100755
--- a/configure
+++ b/configure
@@ -79,7 +79,7 @@ case $PROC in
ARCH="ARCH_PPC" ;;
x86_64)
ARCH="ARCH_x86_64" ;;
- mips)
+ mips*)
ARCH="ARCH_MIPS" ;;
parisc*)
ARCH="ARCH_PARISC" ;;
diff --git a/debian/changelog b/debian/changelog
index c16f396f..7db6df6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hardinfo (0.3.7pre-3) unstable; urgency=low
+
+ * added mips64 support.
+
+ -- Agney Lopes Roth Ferraz <agney@users.sourceforge.net> Sun, 9 Apr 2006 15:31:38 -0300
+
hardinfo (0.3.7pre-2) unstable; urgency=low
* Fixed FTBFS (file intl.c updated). Thanks to Andreas Jochens. (Closes: #326033)