Build against the system's HIDAPI instead of the bundled one. --- open-zwave-1.6-checkout/cpp/build/support.mk 2019-06-16 15:15:34.258331628 +0200 +++ open-zwave-1.6-checkout/cpp/build/support.mk 2019-06-16 15:15:54.698249462 +0200 @@ -86,6 +86,10 @@ endif endif SED := sed +# Build against the system's HIDAPI. +CPPFLAGS += $(shell pkg-config hidapi-libusb --cflags) +LDFLAGS += $(shell pkg-config hidapi-libusb --libs) + #determine if we are release or debug Build and set appropriate flags ifeq ($(BUILD), release) CFLAGS += -c $(RELEASE_CFLAGS)
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
2024-04-17vm: Always use a native emulator in ‘guix system vm’....Ludovic Courtès
2024-03-31vm: If not the same local architecture, don't enable kvm....Zheng Junjie
2024-03-31vm: add arguments to use virt machine type for qemu-riscv64....Zheng Junjie
2024-03-31vm: When target riscv64-linux, use u-boot-qemu-riscv64-bootloader....Zheng Junjie
2024-03-31vm: use #$ for kernel-arguments....Zheng Junjie
2024-02-10services: Add ‘virtual-build-machine’ service....Ludovic Courtès
2024-02-10vm: Add ‘cpu-count’ field to <virtual-machine>....Ludovic Courtès
2024-02-10vm: Export <virtual-machine> accessors....Ludovic Courtès
2024-02-10vm: Add ‘date’ field to <virtual-machine>....Ludovic Courtès
2023-10-29system: vm: Include the cirrus driver in the initrd....Tobias Geerinckx-Rice
2023-10-01system: vm: Remove unused variable....Ludovic Courtès
2022-12-06system: vm: Non-volatile 'run-vm.sh' creates a CoW image....Ludovic Courtès