diff options
author | Monsta <[email protected]> | 2014-12-09 15:56:11 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2014-12-09 15:56:11 +0300 |
commit | a1f2f48cd35b755ad4637e5c615db93ad9d34c0b (patch) | |
tree | a072fd0ed7a1deb6c71b313c77fda607c27a15b4 /libmate-desktop | |
parent | 097ddca20a3d6d6070528aa41d9074d9565a8a24 (diff) | |
download | mate-desktop-a1f2f48cd35b755ad4637e5c615db93ad9d34c0b.tar.bz2 mate-desktop-a1f2f48cd35b755ad4637e5c615db93ad9d34c0b.tar.xz |
fix GI build - remove useless GConf reference
Diffstat (limited to 'libmate-desktop')
-rw-r--r-- | libmate-desktop/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index e88434b..5544b1c 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -104,8 +104,8 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) if HAVE_INTROSPECTION MateDesktop-2.0.gir: libmate-desktop-2.la -MateDesktop_2_0_gir_INCLUDES = GObject-2.0 Gtk-$(GTK_API_VERSION) GConf-2.0 -MateDesktop_2_0_gir_PACKAGES = gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 gtk+-$(GTK_API_VERSION) gconf-2.0 +MateDesktop_2_0_gir_INCLUDES = GObject-2.0 Gtk-$(GTK_API_VERSION) +MateDesktop_2_0_gir_PACKAGES = gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 gtk+-$(GTK_API_VERSION) MateDesktop_2_0_gir_CFLAGS = -DMATE_DESKTOP_USE_UNSTABLE_API -I$(top_srcdir) MateDesktop_2_0_gir_LIBS = libmate-desktop-2.la MateDesktop_2_0_gir_FILES = $(introspection_sources) $(libmate_desktop_HEADERS) |