summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-10-04 10:42:04 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-10-04 10:42:04 +0000
commit8153c5393d587e22649e2a329c68c115f28d8e98 (patch)
tree4e66aa018bfa0dc05a1680e148273ebdc5202c7c /configure.in
parentf67ff1bd60a25c3d763bd87b5d4aa5f8924a1a62 (diff)
downloadnautilus-8153c5393d587e22649e2a329c68c115f28d8e98.tar.gz
Add display_name argument to nautilus_icon_factory_get_pixbuf_for_icon and
2002-10-04 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-factory.[ch]: Add display_name argument to nautilus_icon_factory_get_pixbuf_for_icon and nautilus_icon_factory_get_pixbuf_from_name. * libnautilus-private/nautilus-bookmark.c: * libnautilus-private/nautilus-icon-container.c: * src/nautilus-sidebar-title.c: Fix up according to change above * components/emblem/Makefile.am: * components/emblem/Nautilus_View_emblem.server.in.in: * components/emblem/libmain.c: (emblem_shlib_make_object): * components/emblem/nautilus-emblem-view-iids.h: * components/emblem/nautilus-emblem-view.c: New emblem sidebar from James Willcox <jwillcox@gnome.org>, with some changes by me. 2002-10-02 James Willcox <jwillcox@gnome.org> * components/Makefile.am: Added emblems component * configure.in: same
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 450c92d4f..f1c49593a 100644
--- a/configure.in
+++ b/configure.in
@@ -289,6 +289,13 @@ AC_SUBST(MUSIC_COMPONENT_CFLAGS)
MUSIC_COMPONENT_LIBS="`$PKG_CONFIG --libs $MUSIC_COMPONENT_MODULES`"
AC_SUBST(MUSIC_COMPONENT_LIBS)
+dnl emblems component
+EMBLEM_COMPONENT_MODULES="$COMPONENT_MODULES librsvg-2.0"
+EMBLEM_COMPONENT_CFLAGS="`$PKG_CONFIG --cflags $EMBLEM_COMPONENT_MODULES`"
+AC_SUBST(EMBLEM_COMPONENT_CFLAGS)
+EMBLEM_COMPONENT_LIBS="`$PKG_CONFIG --libs $EMBLEM_COMPONENT_MODULES`"
+AC_SUBST(EMBLEM_COMPONENT_LIBS)
+
DISABLE_DEPRECATED_CFLAGS=" \
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
@@ -344,6 +351,7 @@ components/text/Makefile
components/text/services/Makefile
components/throbber/Makefile
components/tree/Makefile
+components/emblem/Makefile
cut-n-paste-code/Makefile
cut-n-paste-code/widgets/Makefile
cut-n-paste-code/widgets/gimphwrapbox/Makefile