mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
package/links: add optional support for gpm
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9f7991d78c
commit
5c9490459e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user