From 1389e296969df0acf7f393b698a3a0f1fb572026 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 12 May 2021 20:17:47 +0200 Subject: Make the option -DWITH_USBIDS more visible for packagers. Look for installed usb.ids file, if not found, default to the one provided in source. usb.ids file has been updated to Version 2021.03.31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 9c2fe0797..6a10e786e 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -7,6 +7,9 @@ significant byte first (like Motorola and SPARC, unlike Intel). */ #cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ +/* Define the path for the usb.ids file */ +#define USBIDS_FILE "@USBIDS_FILE@" + // Defined if compiler supports long long type. #cmakedefine HAVE_LONG_LONG 1 -- cgit v1.2.1