Skip to content

Commit

Permalink
libvncserver: ensure target libgcrypt-config is used
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
jacmet committed Feb 13, 2012
1 parent 8b67554 commit 08bd871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libvncserver/libvncserver.mk
Expand Up @@ -24,6 +24,7 @@ LIBVNCSERVER_CONF_OPT += --without-crypto
endif

ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
LIBVNCSERVER_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
LIBVNCSERVER_DEPENDENCIES += libgcrypt
else
LIBVNCSERVER_CONF_OPT += --without-gcrypt
Expand Down

0 comments on commit 08bd871

Please sign in to comment.