diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 03:45:06 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 03:45:06 +0000 |
commit | ceb285976563f6ba2c87a17ff92f1b1490df698a (patch) | |
tree | eafc44ab6709d56089c5be0e6e38d8011c280e60 /package/dbus-glib/Config.in | |
parent | ee8f2133a57111dd36a6bd667a945dc04a4e419d (diff) | |
download | buildroot-novena-ceb285976563f6ba2c87a17ff92f1b1490df698a.tar.gz buildroot-novena-ceb285976563f6ba2c87a17ff92f1b1490df698a.zip |
Add packages for D-Bus and G-Lib interface library too.
Diffstat (limited to 'package/dbus-glib/Config.in')
-rw-r--r-- | package/dbus-glib/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/dbus-glib/Config.in b/package/dbus-glib/Config.in new file mode 100644 index 000000000..285687a60 --- /dev/null +++ b/package/dbus-glib/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_DBUS_GLIB + bool "dbus-glib" + default n + depends on BR2_PACKAGE_DBUS + select BR2_PACKAGE_LIBGLIB2 + help + GLib bindings for D-Bus. + + http://www.freedesktop.org/software/dbus |