* [Bluez-devel] bluez-gnome patch to disable/enable schemes-install
@ 2007-05-20 13:01 Dick
2007-05-20 13:06 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Dick @ 2007-05-20 13:01 UTC (permalink / raw)
To: bluez-devel
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bluez-devel] bluez-gnome patch to disable/enable schemes-install
2007-05-20 13:01 [Bluez-devel] bluez-gnome patch to disable/enable schemes-install Dick
@ 2007-05-20 13:06 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2007-05-20 13:06 UTC (permalink / raw)
To: BlueZ development
Hi Dick,
> I've created this small patch for bluez-gnome to be able to configure
> with --disable-schemes-install. I hope it's okay.
it is already part of the just released bluez-gnome-0.7 package.
Regards
Marcel
-------------------------------------------------------------------------
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/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-20 13:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 13:01 [Bluez-devel] bluez-gnome patch to disable/enable schemes-install Dick
2007-05-20 13:06 ` Marcel Holtmann
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).