[csw-devel] SF.net SVN: gar:[21129] csw/mgar/pkg/gnome-base/gconf2/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Fri May 17 10:02:24 CEST 2013


Revision: 21129
          http://gar.svn.sourceforge.net/gar/?rev=21129&view=rev
Author:   lblume
Date:     2013-05-17 08:02:21 +0000 (Fri, 17 May 2013)
Log Message:
-----------
gnome-base/gconf2/trunk: Disable introspection, it breaks build; Disable gsettings, it cores and appears useless

Modified Paths:
--------------
    csw/mgar/pkg/gnome-base/gconf2/trunk/Makefile

Modified: csw/mgar/pkg/gnome-base/gconf2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnome-base/gconf2/trunk/Makefile	2013-05-17 07:36:20 UTC (rev 21128)
+++ csw/mgar/pkg/gnome-base/gconf2/trunk/Makefile	2013-05-17 08:02:21 UTC (rev 21129)
@@ -24,7 +24,6 @@
 BUILD_DEP_PKGS += CSWlibxslt
 BUILD_DEP_PKGS += CSWgtk-doc
 BUILD_DEP_PKGS += CSWintltool
-BUILD_DEP_PKGS += CSWgobject-introspection-dev
 
 PACKAGES += CSWlibgconf2-4
 SPKG_DESC_CSWlibgconf2-4 = GNOME configuration database system, libgconf-2.so.4
@@ -75,15 +74,12 @@
 CONFIGURE_ARGS += --enable-static=no
 CONFIGURE_ARGS += --enable-gtk-doc
 CONFIGURE_ARGS += --with-gtk=2.0
-CONFIGURE_ARGS += --enable-introspection=yes
+# This one causes grief duiring build time
+CONFIGURE_ARGS += --enable-introspection=no
+# gsettings dumps core and does not appear to have any use here,
+# as it lacks any schema.xml file to wortk with.
+CONFIGURE_ARGS += --enable-gsettings-backend=no
 
-# Needed for introspection
-EXTRA_BUILD_EXPORTS += PKG_CONFIG_PATH
-
-# CONFIGURE_ARGS += --disable-defaults-service
-#The "defaults service" requires polkit. and dbus.
-#We're better off without em.
-
 include gar/category.mk
 
 PATH := /opt/csw/gnu:$(PATH)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list