Skip to content
  1. Feb 17, 2010
  2. Feb 14, 2010
  3. Feb 13, 2010
    • Thomas Petazzoni's avatar
      Bump TCL version and switch to the autotools infrastructure · 155667c2
      Thomas Petazzoni authored
      
      
      The version of TCL is bumped from 8.4.9 to 8.4.19, which fixes the
      build breakage reported by Maxime Ripard <maxime.ripard@anandra.org>
      on January, 6th, 2010.
      
      The tcl-strtod patch is kept since it is still needed, the two other
      patches are no longer useful.
      
      At the same time, the package is converted to the autotools
      infrastructure.
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      155667c2
    • Thomas Petazzoni's avatar
      Fix dependencies for TrapProto · 60ff66d8
      Thomas Petazzoni authored
      
      
      The .pc file of TrapProto says that it depends on xt, even through it
      doesn't depend on it at compile time. However, if xt isn't present
      when TrapProto has been installed, the compilation of Xserver fails
      telling that there is a missing dependency in TrapProto on Xt.
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      60ff66d8
    • Thomas Petazzoni's avatar
      gtk-doc: add gtk-doc.m4 to satisfy aclocal · 61f677cb
      Thomas Petazzoni authored
      
      
      When packages using gtk-doc are autoreconfigured, aclocal complains
      because it cannot find the macros defined in gtk-doc.m4. We could
      compile the gtk-doc package for the host, but it depends on
      gnome-doc-utils, which depends on libxml2, libxslt, and other packages
      as well.
      
      Since we don't care about the documentation, all is needed is in fact
      the gtk-doc.m4, so that the configure script can be generated, and we
      can use the --disable-gtk-doc to not generate the documentation.
      
      To solve this, we include a gtk-doc.m4 file in package/automake/, and
      it gets installed in $(STAGING_DIR)/usr/share/aclocal/ during the
      installation of the host automake (used for autoreconfiguration of
      packages).
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      61f677cb
  4. Feb 09, 2010
  5. Feb 08, 2010
  6. Feb 04, 2010
  7. Feb 03, 2010
  8. Jan 31, 2010
  9. Jan 29, 2010
Loading