diff options
author | Alexander Larsson <alla@lysator.liu.se> | 2002-03-04 04:30:03 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2002-03-04 04:30:03 +0000 |
commit | 5e3e277edd3385be3913ab2c02851d5a434dcfc3 (patch) | |
tree | 22086601d7327c144d97a0e6f9accefd77a260aa /configure.in | |
parent | 9dfc2f07d4ec104164b4956e9121a1f45863c0ee (diff) | |
download | nautilus-5e3e277edd3385be3913ab2c02851d5a434dcfc3.tar.gz |
Based on patch from Richard Hestilow <hestilow@ximian.com>
2002-03-03 Alexander Larsson <alla@lysator.liu.se>
Based on patch from Richard Hestilow <hestilow@ximian.com>
* Makefile.am: Add libbackground directory
* configure.in: Add CAPPLET flags and libs for libbackground
Add libbackground/Makefile to list of Makefiles
* libnautilus-private/Makefile.am: Add libbackground to
dependency_static_libs
* libnautilus-private/nautilus-directory-background.c:
(nautilus_connect_desktop_background_to_file_metadata),
(nautilus_file_background_read_desktop_settings),
(nautilus_file_background_write_desktop_settings),
(desktop_background_destroyed_callback),
(desktop_background_gconf_notify_cb),
(nautilus_file_background_receive_gconf_changes),
(set_root_pixmap): Implement reading and writing of
desktop background setting using libbackground.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e5431cdc9..74c982fe7 100644 --- a/configure.in +++ b/configure.in @@ -62,7 +62,6 @@ PKG_CHECK_MODULES(ALL, \ libgnomeui-2.0 >= $GNOME_UI_REQUIRED \ librsvg-2.0 >= $RSVG_REQUIRED \ libxml-2.0 >= $XML_REQUIRED) - dnl ========================================================================== ALL_LINGUAS="az ca cs da de el en_GB es fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv ta tr uk zh_CN zh_TW" @@ -303,6 +302,8 @@ DISABLE_DEPRECATED_CFLAGS=" \ -DBONOBO_DISABLE_DEPRECATED" AC_SUBST(DISABLE_DEPRECATED_CFLAGS) +dnl libbackground +PKG_CHECK_MODULES(CAPPLET, "gtk+-2.0 gconf-2.0 libgnomeui-2.0 libbonoboui-2.0") dnl ========================================================================== AC_OUTPUT([ @@ -360,6 +361,7 @@ icons/sidebar_tab_pieces/Makefile icons/sierra/Makefile icons/tahoe/Makefile icons/throbber/Makefile +libbackground/Makefile libnautilus-adapter/Makefile libnautilus-private/Makefile libnautilus/Makefile |