|
@@ -42,10 +42,10 @@ else
|
|
|
GNUPG2_CONF_OPTS += --disable-gnutls
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
|
|
+ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
|
|
GNUPG2_CONF_ENV += CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/libusb-1.0"
|
|
|
GNUPG2_CONF_OPTS += --enable-ccid-driver
|
|
|
-GNUPG2_DEPENDENCIES += libusb-compat
|
|
|
+GNUPG2_DEPENDENCIES += libusb
|
|
|
else
|
|
|
GNUPG2_CONF_OPTS += --disable-ccid-driver
|
|
|
endif
|