Skip to content
Snippets Groups Projects
  1. Feb 23, 2025
    • Peter Hutterer's avatar
      meson.build: bump minimum requirement to 0.56 · c6a4b50d
      Peter Hutterer authored and Simon Ser's avatar Simon Ser committed
      
      We effectively already required that anyway:
      
      WARNING: Project specifies a minimum meson_version '>= 0.47' but
        uses features which were added in newer versions:
       * 0.49.0: {'/ with string arguments'}
      
      And once we use 0.56 we can use dependency.get_variable:
      WARNING: Project targets '>= 0.56' but uses feature deprecated
        since '0.56.0': dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig : ...) instead
      
      Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
      c6a4b50d
  2. Feb 17, 2025
  3. Jun 08, 2023
  4. Mar 09, 2023
  5. Mar 08, 2023
  6. Nov 04, 2022
  7. Oct 21, 2022
  8. Sep 15, 2022
  9. Sep 14, 2022
  10. Sep 13, 2022
  11. Sep 06, 2022
  12. Jul 14, 2022
  13. Apr 27, 2022
  14. Apr 07, 2022
  15. Feb 23, 2022
    • Simon Ser's avatar
      readme: add contributing section · 807a8b41
      Simon Ser authored
      
      Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
      807a8b41
    • Simon Ser's avatar
      readme: update link to wayland-protocols repository · 0a8f852d
      Simon Ser authored
      
      It uses GitLab now.
      
      Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
      0a8f852d
    • Jan Beich's avatar
      wayland-info: disable Linux-only clocks if not available · b359cd2c
      Jan Beich authored and Simon Ser's avatar Simon Ser committed
      
      Previously, building on DragonFly, FreeBSD, NetBSD, OpenBSD failed with:
      wayland-info/wayland-info.c:1783:4: error: use of undeclared identifier 'CLOCK_MONOTONIC_RAW'
                   [CLOCK_MONOTONIC_RAW] = "CLOCK_MONOTONIC_RAW",
                    ^
      wayland-info/wayland-info.c:1784:4: error: use of undeclared identifier 'CLOCK_REALTIME_COARSE'
                   [CLOCK_REALTIME_COARSE] =       "CLOCK_REALTIME_COARSE",
                    ^
      wayland-info/wayland-info.c:1785:4: error: use of undeclared identifier 'CLOCK_MONOTONIC_COARSE'
                   [CLOCK_MONOTONIC_COARSE] =      "CLOCK_MONOTONIC_COARSE",
                    ^
      wayland-info/wayland-info.c:1791:40: error: invalid application of 'sizeof' to an incomplete type 'const char *[]'
              if (clk_id < 0 || (unsigned)clk_id >= ARRAY_LENGTH(names))
                                                    ^~~~~~~~~~~~~~~~~~~
      wayland-info/wayland-info.c:49:33: note: expanded from macro 'ARRAY_LENGTH'
       #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
                                       ^~~
      
      Signed-off-by: default avatarJan Beich <jbeich@FreeBSD.org>
      b359cd2c
    • Jan Beich's avatar
      wayland-info: hardcode program name in fail_on_null · 215ea070
      Jan Beich authored and Simon Ser's avatar Simon Ser committed
      
      program_invocation_short_name isn't available on Android and most
      non-Linux libc. Some imported getprogname() from NetBSD. Instead of
      detecting for a single-use consumer just hardcode the current value.
      
      Previously, building on DragonFly, FreeBSD, NetBSD, OpenBSD failed with:
      wayland-info/wayland-info.c:262:28: error: use of undeclared identifier 'program_invocation_short_name'
                      fprintf(stderr, "[%s] ", program_invocation_short_name);
                                               ^
      
      Signed-off-by: default avatarJan Beich <jbeich@FreeBSD.org>
      215ea070
  16. Dec 14, 2021
  17. Dec 13, 2021
  18. Jul 31, 2021
  19. Jul 31, 2020
Loading