summaryrefslogblamecommitdiffstats
path: root/package/dbus/Config.in
blob: 54a8540cf997bf2c10a620435ec0915998350219 (plain) (tree)
1
2
3
4
5
6
7
8
9

                       



                                                       


                                   
                                   






                                                                
                            
                                        

                               
                              
                                          

         
config BR2_PACKAGE_DBUS
	bool "dbus"
	help
	  The D-Bus message bus system.

	  http://www.freedesktop.org/wiki/Software/dbus

choice
	prompt "XML library to use"
	depends on BR2_PACKAGE_DBUS
	default BR2_DBUS_EXPAT
	help
	  Select the XML library to use with D-Bus. Select Expat
	  unless you have specific reasons for using libxml2 as
	  Expat is significant smaller.

	config BR2_DBUS_EXPAT
		bool "Expat"
		select BR2_PACKAGE_EXPAT

	config BR2_DBUS_LIBXML2
		bool "libxml2"
		select BR2_PACKAGE_LIBXML2

endchoice