Skip to content
  1. Jun 05, 2019
  2. May 08, 2019
  3. Mar 12, 2019
  4. Mar 01, 2019
  5. Feb 23, 2019
  6. Feb 18, 2019
  7. Feb 11, 2019
  8. Feb 06, 2019
  9. Jan 30, 2019
  10. Jan 25, 2019
  11. Jan 22, 2019
  12. Jan 21, 2019
  13. Dec 08, 2018
  14. Nov 20, 2018
  15. Nov 10, 2018
  16. Jun 27, 2018
  17. Jun 16, 2018
  18. Jun 13, 2018
    • Jeremy Puhlman's avatar
      Remove libdir from pc files. · 91c1c8e1
      Jeremy Puhlman authored and Adam Jackson's avatar Adam Jackson committed
      
      
      Currently the pc files define libdir, however they are installed into
      /usr/share, which means they should be architecture agnostic. In a
      multilib system, xorg-proto built for each multilib abi, the value of
      libdir is going to be different. These should either be installed in
      <libdir>/pkgconfig or they shouldn't define libdir, espeically since
      they don't actually use the definition. This specifically causes an
      issue when trying to install both abis at the same time, since they are
      not binary identical, something like rpm will complain that they
      conflict.
      
      Signed-off-by: default avatarJeremy Puhlman <jpuhlman@mvista.com>
      Reviewed-by: default avatarKeith Packard <keithp@keithp.com>
      91c1c8e1
  19. Mar 30, 2018
  20. Mar 27, 2018
  21. Mar 19, 2018
    • Adam Jackson's avatar
      randrproto: Fix missing #undef RRLease · 30a20138
      Adam Jackson authored
      
      
      clang did not like this, and it's hard to blame it:
      
      ../randr/randrstr.h:66:13: warning: redefinition of typedef 'CARD32' is a C11 feature [-Wtypedef-redefinition]
      typedef XID RRLease;
                  ^
      /opt/X11/include/X11/extensions/randrproto.h:53:17: note: expanded from macro 'RRLease'
                      ^
      /opt/X11/include/X11/Xmd.h:111:23: note: previous definition is here
      typedef unsigned long CARD32;
      
      Signed-off-by: Adam Jackson's avatarAdam Jackson <ajax@redhat.com>
      30a20138
  22. Mar 14, 2018
  23. Feb 28, 2018
  24. Feb 20, 2018
  25. Feb 15, 2018
  26. Feb 14, 2018
  27. Feb 12, 2018
Loading