[Buildroot] [git commit] package/links: add optional support for gpm

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 21 13:59:44 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=5c9490459e7138f1bc4ec2d3668cc7374ea4763e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/links/links.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/links/links.mk b/package/links/links.mk
index def7b75..62f91a3 100644
--- a/package/links/links.mk
+++ b/package/links/links.mk
@@ -56,6 +56,13 @@ else
 LINKS_CONF_OPTS += --without-bzip2
 endif
 
+ifeq ($(BR2_PACKAGE_GPM),y)
+LINKS_CONF_OPTS += --with-gpm
+LINKS_DEPENDENCIES += gpm
+else
+LINKS_CONF_OPTS += --without-gpm
+endif
+
 ifeq ($(BR2_PACKAGE_LIBEVENT),y)
 LINKS_CONF_OPTS += --with-libevent
 LINKS_DEPENDENCIES += libevent



More information about the buildroot mailing list