all: Fix build for latest gnome-desktop changes
https://bugzilla.gnome.org/show_bug.cgi?id=634859
This commit is contained in:
parent
16f45eb8a7
commit
32f59e6df5
7 changed files with 10 additions and 10 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <gio/gio.h>
|
||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
|
||||
|
||||
G_DEFINE_TYPE (BgPicturesSource, bg_pictures_source, BG_TYPE_SOURCE)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "gnome-wp-item.h"
|
||||
#include "gnome-wp-xml.h"
|
||||
|
||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
G_DEFINE_TYPE (BgWallpapersSource, bg_wallpapers_source, BG_TYPE_SOURCE)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#define _GNOME_WP_INFO_H_
|
||||
|
||||
#include <glib.h>
|
||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
|
||||
typedef struct _GnomeWPInfo GnomeWPInfo;
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
#include <gio/gio.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||
#include <libgnomeui/gnome-bg.h>
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
#include <libgnome-desktop/gnome-bg.h>
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
|
||||
#include "gnome-wp-info.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#ifndef _GNOME_WP_XML_H_
|
||||
#define _GNOME_WP_XML_H_
|
||||
|
||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
|
||||
typedef struct _GnomeWpXml GnomeWpXml;
|
||||
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
#include <gtk/gtk.h>
|
||||
#include "scrollarea.h"
|
||||
#define GNOME_DESKTOP_USE_UNSTABLE_API
|
||||
#include <libgnomeui/gnome-rr.h>
|
||||
#include <libgnomeui/gnome-rr-config.h>
|
||||
#include <libgnomeui/gnome-rr-labeler.h>
|
||||
#include <libgnome-desktop/gnome-rr.h>
|
||||
#include <libgnome-desktop/gnome-rr-config.h>
|
||||
#include <libgnome-desktop/gnome-rr-labeler.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtk.h>
|
||||
#define GNOME_DESKTOP_USE_UNSTABLE_API
|
||||
#include <libgnomeui/gnome-desktop-thumbnail.h>
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
|
||||
#ifdef HAVE_CHEESE
|
||||
#include <cheese-avatar-chooser.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue