diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-26 09:25:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 19:11:27 +0200 |
commit | c8a222f2adf7f7933124ebd17064acf54e6e3ff3 (patch) | |
tree | d5d6974586a9e06aa44d6b933b69984e54af6272 /package/gpsd/gpsd.mk | |
parent | ea479450da0017827760f895758d2ccd1fc8d684 (diff) |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gpsd/gpsd.mk')
-rw-r--r-- | package/gpsd/gpsd.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 |