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.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to