Skip to content
  1. Dec 21, 2010
    • Thomas Petazzoni's avatar
      xlib_libX11: compile makekeys for the host correctly · eb56385b
      Thomas Petazzoni authored
      
      
      As reported by Miroslav Ignjatovic in bug #2983, our hack in
      xlib_libX11 to build makekeys for the host does not work, for several
      reasons:
      
       * As we are building a tool for the host, we shouldn't pass
         -I$(STAGING_DIR)/usr/include, since the $(STAGING_DIR) contains
         headers of packages for the target.
      
       * Instead, we should use the headers in $(HOST_DIR)/usr/include. They
         were not used due to a typo: $(HOST_CFLAGS) must be used instead of
         $(HOSTCFLAGS).
      
       * Finally, in order for makekeys to find the required headers in
         $(HOST_DIR)/usr/include, we must depend on host-xproto_xproto.
      
      This fixes bug #2983.
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      eb56385b
  2. Dec 14, 2010
  3. Dec 13, 2010
  4. Dec 12, 2010
  5. Dec 11, 2010
Loading