about summary refs log tree commit diff
path: root/pkgs/development/libraries/waylandpp
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-13waylandpp: pull `gcc-13` fix pending upstream inclusionSergei Trofimovich1-0/+13
Without the change downstream projects like `kodi` fail to build on `gcc-13` as: [ 6%] Building CXX object build/events/windows/CMakeFiles/events_windows.dir/GUIViewStateEventLog.cpp.o In file included from /build/source/xbmc/windowing/wayland/Connection.h:13, from /build/source/xbmc/windowing/wayland/Connection.cpp:9: /nix/store/ygbnddg737vq1992xnn57k5j6xjwfkml-waylandpp-1.0.0-dev/include/wayland-client.hpp:167:73: error: 'std::uint32_t' has not been declared 167 | const std::vector<detail::argument_t>& args, std::uint32_t version = 0); | ^~~ In file included from /nix/store/ygbnddg737vq1992xnn57k5j6xjwfkml-waylandpp-1.0.0-dev/include/wayland-client.hpp:768: /nix/store/ygbnddg737vq1992xnn57k5j6xjwfkml-waylandpp-1.0.0-dev/include/wayland-client-protocol.hpp:169:25: error: 'uint32_t' in namespace 'std' does not name a type; did you mean 'wint_t'? 169 | static constexpr std::uint32_t bind_since_version = 1; | ^~~~~~~~ | wint_t
2022-05-11waylandpp: 0.2.10 -> 1.0.0 (#172097)Rémi NICOLE1-11/+17
2022-04-18waylandpp: 0.2.9 -> 0.2.10Minijackson1-3/+4
added graphviz for doxygen
2022-02-04waylandpp: 0.2.8 -> 0.2.9R. Ryantm1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-21treewide: editorconfig fixeszowoq1-2/+2
- remove trailing whitespace - use spaces for indentation
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-06-30waylandpp: 0.2.7 -> 0.2.8R. RyanTM1-2/+2
2020-04-22waylandpp: fix after incorrect mergeFrederik Rietdijk1-3/+5
2020-04-22Merge master into staging-nextFrederik Rietdijk1-4/+22
2020-04-22Merge pull request #72420 from minijackson/waylandpp-0.2.7Domen Kožar1-4/+12
waylandpp: 0.2.5 -> 0.2.7, make it split-output package
2020-04-13Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer1-2/+4
Cross compilation fixes [april 2020]
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-06waylandpp: fix cross compilationMatthew Bauer1-2/+4
- add libffi dependency - provide wayland-scanner++ when cross compiling
2020-04-06waylandpp: 0.2.5 -> 0.2.7, make it split-output packageMinijackson1-4/+12
2019-04-14waylandpp: init at 0.2.5Minijackson1-0/+23