From c8a222f2adf7f7933124ebd17064acf54e6e3ff3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 26 Jul 2012 09:25:37 +0200 Subject: gpsd: remove patch to handle ncurses5-config custom location Now that ncurses has been bumped to 5.9, it installs .pc files for pkg-config, which allows gpsd to find it properly without the need to specify a custom location for ncurses5-config. Since gpsd now uses pkg-config to find the ncurses library, we also add host-pkg-config in the dependencies. Signed-off-by: Thomas Petazzoni --- package/gpsd/gpsd.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/gpsd/gpsd.mk') diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk index 190732f09..4482a115a 100644 --- a/package/gpsd/gpsd.mk +++ b/package/gpsd/gpsd.mk @@ -9,7 +9,7 @@ GPSD_LICENSE = BSD-3c GPSD_LICENSE_FILES = COPYING GPSD_INSTALL_STAGING = YES -GPSD_DEPENDENCIES = host-scons +GPSD_DEPENDENCIES = host-scons host-pkg-config GPSD_LDFLAGS = $(TARGET_LDFLAGS) @@ -25,7 +25,6 @@ GPSD_SCONS_OPTS = \ ifeq ($(BR2_PACKAGE_NCURSES),y) GPSD_DEPENDENCIES += ncurses - GPSD_SCONS_OPTS += ncurses_config=$(STAGING_DIR)/usr/bin/ncurses5-config else GPSD_SCONS_OPTS += ncurses=no endif -- cgit v1.2.3