Skip to content
Snippets Groups Projects
  1. Oct 08, 2019
  2. Jul 22, 2019
  3. Jun 20, 2019
  4. May 08, 2019
  5. Mar 12, 2019
  6. Mar 01, 2019
  7. Feb 23, 2019
  8. Feb 18, 2019
  9. Feb 11, 2019
  10. Feb 06, 2019
  11. Jan 30, 2019
  12. Jan 25, 2019
  13. Jan 22, 2019
  14. Jan 21, 2019
  15. Dec 08, 2018
  16. Nov 20, 2018
  17. Nov 10, 2018
  18. Jun 27, 2018
  19. Jun 16, 2018
  20. 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
  21. Mar 30, 2018
  22. Mar 27, 2018
  23. 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
  24. Mar 14, 2018
  25. Feb 28, 2018
  26. Feb 20, 2018
  27. Feb 15, 2018
  28. Feb 14, 2018
  29. Feb 12, 2018
Loading