Fix includes for gdesktop-enums.h
The file is in $incdir/gsettings-desktop-schemas/gdesktop-enums.h, and pkg-config returns -I$incdir/gsettings-desktop-schemas, so the right way is to #include <gdesktop-enums.h> which is what other modules do. https://bugzilla.gnome.org/show_bug.cgi?id=642369
This commit is contained in:
parent
1da5f17720
commit
4e06cd6236
7 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "cc-background-item.h"
|
||||
|
||||
#include <glib/gi18n-lib.h>
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
#include <gdesktop-enums.h>
|
||||
|
||||
G_DEFINE_TYPE (BgColorsSource, bg_colors_source, BG_TYPE_SOURCE)
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <libsocialweb-client/sw-client-service.h>
|
||||
|
||||
#include "cc-background-item.h"
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
#include <gdesktop-enums.h>
|
||||
|
||||
G_DEFINE_TYPE (BgFlickrSource, bg_flickr_source, BG_TYPE_SOURCE)
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <string.h>
|
||||
#include <gio/gio.h>
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
#include <gdesktop-enums.h>
|
||||
|
||||
G_DEFINE_TYPE (BgPicturesSource, bg_pictures_source, BG_TYPE_SOURCE)
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <glib/gi18n-lib.h>
|
||||
|
||||
#include <libgnome-desktop/gnome-bg.h>
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
#include <gdesktop-enums.h>
|
||||
|
||||
#include "cc-background-item.h"
|
||||
#include "gdesktop-enums-types.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <glib-object.h>
|
||||
|
||||
#include <libgnome-desktop/gnome-desktop-thumbnail.h>
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
#include <gdesktop-enums.h>
|
||||
#include <libgnome-desktop/gnome-bg.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <glib/gi18n-lib.h>
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
#include <gdesktop-enums.h>
|
||||
|
||||
#include "cc-background-panel.h"
|
||||
#include "bg-wallpapers-source.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <string.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libgnome-desktop/gnome-bg.h>
|
||||
#include <gsettings-desktop-schemas/gdesktop-enums.h>
|
||||
#include <gdesktop-enums.h>
|
||||
|
||||
#include "gdesktop-enums-types.h"
|
||||
#include "cc-background-item.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue