Revision: 5803 Author: pebender Date: Mon Nov 9 13:33:57 2009 Log: - Disabled audio, netlink, network and serical support in lib/bluez.
http://code.google.com/p/minimyth/source/detail?r=5803 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/lib/bluez/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Nov 8 15:14:21 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Nov 9 13:33:57 2009 @@ -47,6 +47,7 @@ Modified build system - Modified system/udev so that it builds udev-extras. - Disabled legacy daemons (hidd, pand and dund) in lib/bluez. + - Disabled audio, netlink, network and serical support in lib/bluez. Added packages Added lib/libacl. ======================================= --- /trunk/gar-minimyth/script/lib/bluez/Makefile Sun Nov 8 15:14:21 2009 +++ /trunk/gar-minimyth/script/lib/bluez/Makefile Mon Nov 9 13:33:57 2009 @@ -10,7 +10,7 @@ define BLURB endef -DEPENDS = lang/c gtk/glib lib/alsa-lib lib/dbus lib/expat lib/libsndfile lib/libusb-compat +DEPENDS = lang/c gtk/glib lib/dbus lib/expat lib/libusb-compat CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile @@ -23,15 +23,15 @@ --enable-fortify \ --disable-pie \ --disable-capng \ - --enable-network \ - --enable-serial \ + --disable-network \ + --disable-serial \ --enable-input \ - --enable-audio \ + --disable-audio \ --enable-service \ --disable-gstreamer \ - --enable-alsa \ + --disable-alsa \ --enable-usb \ - --enable-netlink \ + --disable-netlink \ --enable-tools \ --enable-bccmd \ --enable-pcmcia \ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
