summaryrefslogtreecommitdiff
path: root/package/avahi
AgeCommit message (Expand)Author
2010-04-11Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES}Thomas Petazzoni
2010-02-25avahi: add dependency on host-intltoolThomas Petazzoni
2009-12-06package: get rid of redundant malloc related configure presetsPeter Korsgaard
2009-06-04avahi: udhcpc default.script: only bring up avahi-autoipd on nak/timeoutPeter Korsgaard
2009-03-19avahi: gtk support needs libglade as wellPeter Korsgaard
2009-03-18avahi: fix python pathPeter Korsgaard
2009-03-17avahi: enable glib / gtk support if availablePeter Korsgaard
2009-03-13avahi: enable python support if python is enabledPeter Korsgaard
2009-03-10avahi: fix build with libintl but without locale support in toolchainPeter Korsgaard
2009-03-05avahi: bump versionPeter Korsgaard
2009-03-05avahi: convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-26avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversionPeter Korsgaard
2009-01-28avahi-autoipd: fix issue with repeated buildsPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-15avahi: make sure destination dirs existsPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-04avahi: add dependency to host-autoconfHans-Christian Egtvedt
2008-10-01avahi: add dependencies in right orderHans-Christian Egtvedt
2008-08-31avahi: don't use BASE_DIR to reference source filesPeter Korsgaard
2008-08-27avahi: fix build with BR2_ENABLE_LOCALEPeter Korsgaard
2008-08-27avahi: don't depend on busyboxPeter Korsgaard
2008-08-04avahi: select expatPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
2008-06-24Fix avahi compile when libexpat is not selectedThiago A. CorrĂȘa
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
2008-06-13avahi: make sure usr/lib/ existsPeter Korsgaard
2008-03-31avahi: bump versionPeter Korsgaard
2008-03-31avahi: make sure /etc/dbus-1/system.d exists in target dirPeter Korsgaard
2008-03-31avahi: depend on dbus-daemon in staging_dirPeter Korsgaard
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
2008-03-06makefile cleanup for avahiJohn Voltz
2008-01-26Mail from Claus Klein:Thomas Lundquist
2007-11-29Make avahi depend on packets, instead of selecting themUlf Samuelsson
2007-11-26Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501)Peter Korsgaard
2007-11-26Install dbus before avahi so dbus directories are availablePeter Korsgaard
2007-11-26Create target file at end of rule so it gets rerun on failure on any of thePeter Korsgaard
2007-11-23Cleaned up install + clean targets, handle dbus filesPeter Korsgaard
2007-11-23Removed redundant configure settingsPeter Korsgaard
2007-11-23Compile in dbus support if availablePeter Korsgaard
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
2007-09-03Bumped versionPeter Korsgaard
2007-08-28expat now installs into usr/libPeter Korsgaard
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer
2007-08-21- a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-08-01Make avahi select LIBDAEMON instead of depending on it.Ulf Samuelsson
2007-07-23Make AVAHI depend on libdaemonUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-06Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"