linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dick <dick@mrns.nl>
To: bluez-devel@lists.sourceforge.net
Subject: [Bluez-devel] bluez-gnome patch to disable/enable schemes-install
Date: Sun, 20 May 2007 15:01:45 +0200	[thread overview]
Message-ID: <1179666105.9244.9.camel@dick.marinus> (raw)

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

Hi all,
        
I've created this small patch for bluez-gnome to be able to configure
with --disable-schemes-install. I hope it's okay.

greetings,
Dick

[-- Attachment #2: bluez-gnome-cvs-0-schemes-install.patch --]
[-- Type: text/x-patch, Size: 882 bytes --]

--- configure.in	15 May 2007 10:00:47 -0000	1.38
+++ configure.in	19 May 2007 11:02:28 -0000
@@ -75,6 +75,8 @@
 AC_SUBST(OPENOBEX_CFLAGS)
 AC_SUBST(OPENOBEX_LIBS)
 
+AM_GCONF_SOURCE_2
+
 AC_ARG_BLUEZ
 
 AC_OUTPUT(Makefile compat/Makefile common/Makefile applet/Makefile properties/Makefile sendto/Makefile wizard/Makefile proximity/Makefile po/Makefile.in)
--- properties/Makefile.am	3 Apr 2007 08:44:24 -0000	1.10
+++ properties/Makefile.am	19 May 2007 11:02:30 -0000
@@ -30,6 +30,7 @@
 
 MAINTAINERCLEANFILES = Makefile.in
 
+if GCONF_SCHEMAS_INSTALL
 install-data-local:
 	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
 	$(GCONFTOOL) --makefile-install-rule $(schema_DATA)
@@ -37,3 +38,7 @@
 uninstall-local:
 	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
 	$(GCONFTOOL) --makefile-uninstall-rule $(schema_DATA)
+else
+install-data-local:
+uninstall-local:
+endif

[-- Attachment #3: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #4: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

             reply	other threads:[~2007-05-20 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-20 13:01 Dick [this message]
2007-05-20 13:06 ` [Bluez-devel] bluez-gnome patch to disable/enable schemes-install Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1179666105.9244.9.camel@dick.marinus \
    --to=dick@mrns.nl \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).