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) ass='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader
AgeCommit message (Expand)Author
2022-09-08gnu: bootloader: grub: Add support for chain-loader....tiantian
2022-08-30bootloader: Add device-tree-support? option....Reza Alizadeh Majd
2022-06-24image: Add support for 32bit UEFI....Denis 'GNUtoo' Carikli
2022-06-06bootloader: grub: Add removable grub-efi bootloader option....Karl Hallsby
2022-01-13bootloader: grub: Fix serial mode....Mathieu Othacehe
2021-12-01gnu: system: Add LUKS2 support for the root file system....Josselin Poiret
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-05-29gnu: bootloader: Fix install-allwinner64-u-boot....Vagrant Cascadian
2021-04-10bootloader: grub: Fix typo in docstring....Tobias Geerinckx-Rice
2021-02-08gnu: bootloader: Update install-allwinner64-u-boot....Vagrant Cascadian
2021-02-08gnu: u-boot-puma-rk3399: Switch to using arm-trusted-firmware-rk3399....Vagrant Cascadian
2021-01-17gnu: grub: Use installed unicode font....Stefan
2020-12-21system: Allow separated /boot and encrypted root....Miguel Ángel Arruga Vivas