Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-07 10:15:45 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-07 10:15:45 (GMT)
commit4032b0055a400d82e68387f0cc70200d4d97c5d1 (patch)
tree9c795f9d5ea3776918aca93b60accf9cbef7b879 /configure.in
parent3a61c902b76cf800b51a88286ddc36718ad6c3bd (diff)
Revert "Removed the gtk theme."
This reverts 70154342fe0b02a8113546e47c0122befdf2cf2a commit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e42db42..2ccb498 100644
--- a/configure.in
+++ b/configure.in
@@ -24,6 +24,8 @@ GDK_PIXBUF2_LIBS=`$PKG_CONFIG --libs gdk-pixbuf-2.0`
AC_SUBST(GDK_PIXBUF2_CFLAGS)
AC_SUBST(GDK_PIXBUF2_LIBS)
+PKG_CHECK_MODULES(ENGINE, gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1)
+
dnl ===========================================================================
dnl Use lots of warning flags with GCC
@@ -53,6 +55,9 @@ art/icon-theme/scalable/control/Makefile
art/icon-theme/scalable/device/Makefile
art/icon-theme/scalable/stock/Makefile
art/icon-theme/scalable/object/Makefile
+gtk-engine/Makefile
+gtk-engine/src/Makefile
+gtk-engine/theme/Makefile
matchbox/Makefile
po/Makefile.in
])